Browse code

FIX: not applying config options

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