rej cleanup
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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)
|
||||
@@ -1,10 +0,0 @@
|
||||
diff a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm (rejected hunks)
|
||||
@@ -41,7 +41,7 @@ SUBSYSTEM_DEF(blackbox)
|
||||
msg_service = SSblackbox.msg_service
|
||||
msg_cargo = SSblackbox.msg_cargo
|
||||
msg_other = SSblackbox.msg_other
|
||||
-
|
||||
+
|
||||
feedback = SSblackbox.feedback
|
||||
|
||||
//no touchie
|
||||
Reference in New Issue
Block a user