mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
REMOVE: annoying debug line in spawnmanager
This commit is contained in:
@@ -311,8 +311,6 @@ Citizen.CreateThread(function()
|
|||||||
if autoSpawnEnabled then
|
if autoSpawnEnabled then
|
||||||
if NetworkIsPlayerActive(PlayerId()) then
|
if NetworkIsPlayerActive(PlayerId()) then
|
||||||
if (diedAt and (GetTimeDifference(GetGameTimer(), diedAt) > 2000)) or respawnForced then
|
if (diedAt and (GetTimeDifference(GetGameTimer(), diedAt) > 2000)) or respawnForced then
|
||||||
Citizen.Trace("forcin' respawn\n")
|
|
||||||
|
|
||||||
if autoSpawnCallback then
|
if autoSpawnCallback then
|
||||||
autoSpawnCallback()
|
autoSpawnCallback()
|
||||||
else
|
else
|
||||||
@@ -338,4 +336,4 @@ end)
|
|||||||
function forceRespawn()
|
function forceRespawn()
|
||||||
spawnLock = false
|
spawnLock = false
|
||||||
respawnForced = true
|
respawnForced = true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user