mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 17:46:53 +01:00
Load order changes mean globals used in the initialization of intercoms aren't created before the global_announcer intercom is created, which causes its creation to runtime. I have picked an effective but probably incredibly sloppy way to fix this runtime, because I'm not actually sure where this initialization code belongs