WIP - TG Asset Cache

This commit is contained in:
Archie
2021-06-27 04:16:16 -03:00
parent 338d0e6e7b
commit e1975fea4b
20 changed files with 707 additions and 550 deletions
+3 -1
View File
@@ -6,5 +6,7 @@
if(!CONFIG_GET(flag/minimaps_enabled))
to_chat(usr, "<span class='boldwarning'>Minimap generation is not enabled in the server's configuration.</span>")
return
if(!SSminimaps.station_minimap)
to_chat(usr, "<span class='boldwarning'>Minimap generation is in progress, please wait!</span>")
return
SSminimaps.station_minimap.show(src)