mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
/mob/observer/eye/Life()
|
|
..()
|
|
// If we lost our client, reset the list of visible chunks so they update properly on return
|
|
if(owner == src && !client)
|
|
visibleChunks.Cut()
|
|
/*else if(owner && !owner.client)
|
|
visibleChunks.Cut()*/
|