mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-02-10 23:53:34 +08:00
REMOVE: annoying debug line in spawnmanager
This commit is contained in:
parent
8d9458fada
commit
afc1db38dd
@ -311,8 +311,6 @@ Citizen.CreateThread(function()
|
||||
if autoSpawnEnabled then
|
||||
if NetworkIsPlayerActive(PlayerId()) then
|
||||
if (diedAt and (GetTimeDifference(GetGameTimer(), diedAt) > 2000)) or respawnForced then
|
||||
Citizen.Trace("forcin' respawn\n")
|
||||
|
||||
if autoSpawnCallback then
|
||||
autoSpawnCallback()
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user