mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
515 Compat (#17465)
* ONLY SKYRAT CHANGES * ACTUALLY SKYRAT CHANGES * yolo, revert later * Update alternate_byond_versions.txt Co-authored-by: AnturK <AnturK@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ INITIALIZE_IMMEDIATE(/obj/modular_map_root)
|
||||
|
||||
/obj/modular_map_root/Initialize(mapload)
|
||||
. = ..()
|
||||
INVOKE_ASYNC(src, .proc/load_map)
|
||||
INVOKE_ASYNC(src, PROC_REF(load_map))
|
||||
|
||||
/// Randonly selects a map file from the TOML config specified in config_file, loads it, then deletes itself.
|
||||
/obj/modular_map_root/proc/load_map()
|
||||
|
||||
Reference in New Issue
Block a user