mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Merge pull request #24755 from Cyberboss/TheFuture
Ticking the map dm's will force that map to load
This commit is contained in:
@@ -28,7 +28,11 @@ var/datum/controller/subsystem/mapping/SSmapping
|
||||
if(previous_map_config.defaulted)
|
||||
previous_map_config = null
|
||||
if(!config)
|
||||
#ifdef FORCE_MAP
|
||||
config = new(FORCE_MAP)
|
||||
#else
|
||||
config = new
|
||||
#endif
|
||||
return ..()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user