mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
final new NanoUI fixes and tgui port
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
usr << "This can only be done to instances of type /datum"
|
||||
return
|
||||
|
||||
src.holder.marked_datum = D
|
||||
src.holder.marked_datum_weak = weakref(D)
|
||||
href_list["datumrefresh"] = href_list["mark_object"]
|
||||
|
||||
else if(href_list["rotatedatum"])
|
||||
@@ -476,7 +476,10 @@
|
||||
usr << "This can only be done on mobs with clients"
|
||||
return
|
||||
|
||||
H.client.reload_nanoui_resources()
|
||||
nanomanager.close_uis(H)
|
||||
H.client.cache.Cut()
|
||||
var/datum/asset/assets = get_asset_datum(/datum/asset/nanoui)
|
||||
assets.send(H)
|
||||
|
||||
usr << "Resource files sent"
|
||||
H << "Your NanoUI Resource files have been refreshed"
|
||||
|
||||
Reference in New Issue
Block a user