mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Move NanoUI cache update to client/New()
This commit is contained in:
@@ -159,6 +159,7 @@
|
|||||||
log_client_to_db()
|
log_client_to_db()
|
||||||
|
|
||||||
send_resources()
|
send_resources()
|
||||||
|
nanomanager.send_resources(src)
|
||||||
|
|
||||||
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
|
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
|
||||||
winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold")
|
winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold")
|
||||||
|
|||||||
@@ -55,5 +55,3 @@
|
|||||||
var/mob/living/carbon/human/H = src
|
var/mob/living/carbon/human/H = src
|
||||||
if(H.species && H.species.abilities)
|
if(H.species && H.species.abilities)
|
||||||
client.verbs |= H.species.abilities
|
client.verbs |= H.species.abilities
|
||||||
|
|
||||||
nanomanager.send_resources(client)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user