src vs usr

This commit is contained in:
Kyle Spier-Swenson
2016-06-28 07:55:31 -07:00
committed by GitHub
parent dfebb56e53
commit 5466e809d9
+1 -1
View File
@@ -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 << "<span class='notice'>Sending you to [global.cross_address].</span>"
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 << "<span class='error'>There is no other server configured!</span>"