mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
refactor: odd code formatting
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ local isPaused, isDead, pickups = false, false, {}
|
||||
Citizen.CreateThread(function()
|
||||
while NetworkIsPlayerActive(PlayerId()) do
|
||||
Citizen.Wait(5)
|
||||
TriggerServerEvent('esx:onPlayerJoined')
|
||||
break
|
||||
TriggerServerEvent('esx:onPlayerJoined')
|
||||
break
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user