mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fix achievements subsystem not initializing without the DB (#51355)
This commit is contained in:
@@ -13,7 +13,7 @@ SUBSYSTEM_DEF(achievements)
|
||||
|
||||
/datum/controller/subsystem/achievements/Initialize(timeofday)
|
||||
if(!SSdbcore.Connect())
|
||||
return
|
||||
return ..()
|
||||
achievements_enabled = TRUE
|
||||
|
||||
for(var/T in subtypesof(/datum/award/achievement))
|
||||
|
||||
Reference in New Issue
Block a user