One line change (#16100)

This commit is contained in:
SabreML
2021-05-29 21:11:23 +01:00
committed by GitHub
parent 15a2ac8f1d
commit bf88adadf1
+1 -1
View File
@@ -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)