11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
diff a/code/controllers/configuration.dm b/code/controllers/configuration.dm (rejected hunks)
|
|
@@ -777,7 +767,7 @@
|
|
if("mice_roundstart")
|
|
mice_roundstart = text2num(value)
|
|
else
|
|
- GLOB.diary << "Unknown setting in configuration: '[name]'"
|
|
+ GLOB.world_game_log << "Unknown setting in configuration: '[name]'"
|
|
|
|
fps = round(fps)
|
|
if(fps <= 0)
|