This commit is contained in:
Redox 2025-01-20 15:13:30 +01:00 committed by GitHub
parent b31ab45ae0
commit a3349cf530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ local function createDelayedRemoveTimer( ply )
timer.Create( playerIdentifer, spawnProtectionMoveDelay, 1, function()
ply.disablingSpawnProtection = false
local printMessage = "You've moved and lost spawnprotection."
local printMessage = "You've moved and lost spawn protection."
removeSpawnProtection( ply, printMessage )
setPlayerVisible( ply )
removeDecayTimer( ply )