Add NanoMaps to Reload UI Resources verb

This commit is contained in:
mochi
2020-09-18 20:26:30 +02:00
parent 976642ddcd
commit 16d6beaca5
+3
View File
@@ -939,6 +939,9 @@
var/datum/asset/tgui_assets = get_asset_datum(/datum/asset/simple/tgui)
tgui_assets.register()
var/datum/asset/nanomaps = get_asset_datum(/datum/asset/simple/nanomaps)
nanomaps.register()
// Clear the user's cache so they get resent.
// This is not fully clearing their BYOND cache, just their assets sent from the server this round
cache = list()