Patch for byond bug id:1905199

Simple patch for http://www.byond.com/forum/?post=1905199
This commit is contained in:
Kyle Spier-Swenson
2016-01-01 18:46:17 -08:00
parent dfaf86d56e
commit 77eb4cf09d
+3 -2
View File
@@ -27,7 +27,7 @@
player_list |= src
update_Login_details()
world.update_status()
client.images = null //remove the images such as AIs being unable to see runes
client.screen = list() //remove hud items just in case
if(hud_used) qdel(hud_used) //remove the hud objects
@@ -37,7 +37,8 @@
sight |= SEE_SELF
..()
if (key != client.key)
key = client.key
if(loc && !isturf(loc))
client.eye = loc
client.perspective = EYE_PERSPECTIVE