This commit is contained in:
legokidlogan 2024-12-24 14:35:57 -05:00
parent 27532280f6
commit 553dc04d4c

View File

@ -203,7 +203,7 @@ local function spawnProtectionKeyPressCheck( ply, keyCode )
if not ply:Alive() then return end
if not playerHasSpawnProtection( ply ) then return end
if (not playerIsDisablingSpawnProtection( ply )) and movementKeys[keyCode] then
if ( not playerIsDisablingSpawnProtection( ply ) ) and movementKeys[keyCode] then
delayRemoveSpawnProtection( ply )
return
end