Replaces bapi-dmm with /tg/'s modernest maploader (#19122)

* Replaces bapi-dmm with /tg/'s modernest maploader

* Fix workflows
This commit is contained in:
ShadowLarkens
2026-02-06 04:04:55 -08:00
committed by GitHub
parent 7bda27383a
commit 145b18365d
16 changed files with 1373 additions and 462 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