mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
fix chat tag shenanigans (#8087)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/datum/configuration/load()
|
||||
. = ..()
|
||||
SSassets.OnConfigLoad()
|
||||
|
||||
SUBSYSTEM_DEF(assets)
|
||||
name = "Assets"
|
||||
init_order = INIT_ORDER_ASSETS
|
||||
@@ -23,7 +27,7 @@ SUBSYSTEM_DEF(assets)
|
||||
|
||||
|
||||
/datum/controller/subsystem/assets/Initialize()
|
||||
OnConfigLoad()
|
||||
|
||||
|
||||
for(var/type in typesof(/datum/asset))
|
||||
var/datum/asset/A = type
|
||||
|
||||
Reference in New Issue
Block a user