Add IV support for more utils
This commit is contained in:
@@ -1791,7 +1791,7 @@ function isPlayerSpawned(client) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (client.player != null);
|
return (client.player != null || getPlayerData(client).syncPosition != null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user