Browse code

FIX: rewrite default settings

Cinan Rakosnik authored on 16/12/2012 at 00:50:02
Showing 1 changed files
... ...
@@ -29,7 +29,8 @@ module Rubysermon
29 29
 
30 30
 		def config
31 31
 			configurator = Configurator.new(@config_path)
32
-			@config = configurator.get_settings()
32
+			config = configurator.get_settings()
33
+			@config.merge(config)
33 34
 		end
34 35
 
35 36
 		def start_mods