From 4bddd66614bafa3c9f45711b0b2ed5ca7caba933 Mon Sep 17 00:00:00 2001 From: Doubleumc Date: Tue, 6 Aug 2024 03:26:22 -0400 Subject: [PATCH] Update mind.dm --- code/datums/mind.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index ebe49e23fc..ae6304dbcd 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -35,7 +35,7 @@ var/mob/old_current = current if(current) current.mind = null //remove ourself from our old body's mind variable - SSnano.nanomanager.user_transferred(current, new_character) // transfer active NanoUI instances to new user + nanomanager.user_transferred(current, new_character) // transfer active NanoUI instances to new user SStgui.on_transfer(current, new_character) // and active TGUI instances if(key)