From 5466e809d9df9ab773b42ea1e3311cf6b6eea0e7 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Tue, 28 Jun 2016 07:55:31 -0700 Subject: [PATCH] src vs usr --- code/modules/mob/dead/observer/observer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index bf84bc08c9a..e3035f6a0e0 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -565,7 +565,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp return 0 if (client && global.cross_allowed) src << "Sending you to [global.cross_address]." - winset(usr, null, "command=.options") //other wise the user never knows if byond is downloading resources + winset(src, null, "command=.options") //other wise the user never knows if byond is downloading resources client << link(global.cross_address) else src << "There is no other server configured!"