Unit test to make sure all subsystems which initialize call parent

This commit is contained in:
Emmett Gaines
2018-03-20 09:01:46 -04:00
committed by CitadelStationBot
parent 6cd994d342
commit 0832bb62c3
6 changed files with 19 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ SUBSYSTEM_DEF(dbcore)
message_admins("Database schema ([db_major].[db_minor]) doesn't match the latest schema version ([DB_MAJOR_VERSION].[DB_MINOR_VERSION]), this may lead to undefined behaviour or errors")
if(2)
message_admins("Could not get schema version from database")
return ..()
/datum/controller/subsystem/dbcore/Recover()