Use utils + formatting

This commit is contained in:
Vortrex
2022-04-12 06:30:30 -05:00
parent 5f3484e3e0
commit 7aacf876da
5 changed files with 8 additions and 8 deletions

View File

@@ -333,7 +333,7 @@ function checkPlayerSpawning() {
for(let i in clients) {
if(!isConsole(clients[i])) {
if(getPlayerData(clients[i])) {
if(getPlayerData(clients[i]).loggedIn) {
if(isPlayerLoggedIn(clients[i])) {
if(!getPlayerData(clients[i]).ped) {
if(clients[i].player != null) {
//getPlayerData(clients[i]).ped = clients[i].player;