[Manual Mirror] Port maploader swap (#12374)

This commit is contained in:
Kashargul
2026-02-06 13:44:47 +01:00
committed by GitHub
parent c94b3b519a
commit b0ff35c64b
17 changed files with 1373 additions and 464 deletions
-7
View File
@@ -230,10 +230,3 @@ SUBSYSTEM_DEF(mapping)
if (!GLOB.Debug2)
return // Only show up in stat panel if debugging is enabled.
. = ..()
// VOREStation Edit: BAPI-dmm
/datum/controller/subsystem/mapping/Shutdown()
// Force bapi to drop it's cached maps on server shutdown.
_bapidmm_clear_map_data()
fdel("data/baked_dmm_files/")
// VOREStation Edit End