Merge pull request #32945 from tgstation/Cyberboss-patch-1

Fixes bad text2file call
This commit is contained in:
oranges
2017-11-23 10:38:12 +13:00
committed by CitadelStationBot
parent 2e9f3bc1c0
commit 2615ddd226
+1 -1
View File
@@ -29,7 +29,7 @@ SUBSYSTEM_DEF(overlays)
/datum/controller/subsystem/overlays/Shutdown()
text2file("[GLOB.log_directory]/overlay.log", render_stats(stats))
text2file(render_stats(stats), "[GLOB.log_directory]/overlay.log")
/datum/controller/subsystem/overlays/Recover()