mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
One line change (#16100)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
if(istype(M))
|
||||
if(isnewplayer(M)) // People in the lobby screen; only have their ckey as a name.
|
||||
continue
|
||||
if(isobserver(M))
|
||||
if(isobserver(M) && M.client)
|
||||
ghosts += list(serialized)
|
||||
else if(M.mind == null)
|
||||
npcs += list(serialized)
|
||||
|
||||
Reference in New Issue
Block a user