mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Patch for byond bug id:1905199
Simple patch for http://www.byond.com/forum/?post=1905199
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user