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!"