Merge pull request #3555 from Citadel-Station-13/upstream-merge-31950

[MIRROR] Removes an empty New()
This commit is contained in:
LetterJay
2017-10-23 14:49:16 -04:00
committed by GitHub
+1 -2
View File
@@ -34,8 +34,7 @@
var/static/list/failure_strikes //How many times we suspect a subsystem type has crashed the MC, 3 strikes and you're out!
//Do not override
/datum/controller/subsystem/New()
return
///datum/controller/subsystem/New()
// Used to initialize the subsystem BEFORE the map has loaded
// Called AFTER Recover if that is called