Add IV support for more utils

This commit is contained in:
Vortrex
2021-02-22 18:35:40 -06:00
parent 94f346ee75
commit bdc9fceed9

View File

@@ -1791,7 +1791,7 @@ function isPlayerSpawned(client) {
return false;
}
return (client.player != null);
return (client.player != null || getPlayerData(client).syncPosition != null);
}
// -------------------------------------------------------------------------