diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index e38827b1a0..cbc9fb80a5 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -159,6 +159,7 @@ log_client_to_db() send_resources() + nanomanager.send_resources(src) 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") diff --git a/code/modules/mob/login.dm b/code/modules/mob/login.dm index bf5be72fc4..ec285c5e80 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -55,5 +55,3 @@ var/mob/living/carbon/human/H = src if(H.species && H.species.abilities) client.verbs |= H.species.abilities - - nanomanager.send_resources(client)