Removes an empty New()

This commit is contained in:
Jordan Brown
2017-10-20 08:58:26 -04:00
committed by CitadelStationBot
parent f450abcaab
commit 88133e6f60
+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