From a3349cf530265e1e704fd539f612202b42e615cf Mon Sep 17 00:00:00 2001 From: Redox Date: Mon, 20 Jan 2025 15:13:30 +0100 Subject: [PATCH] Space --- lua/autorun/server/sv_spawn_protection.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/server/sv_spawn_protection.lua b/lua/autorun/server/sv_spawn_protection.lua index c753de6..a893a10 100644 --- a/lua/autorun/server/sv_spawn_protection.lua +++ b/lua/autorun/server/sv_spawn_protection.lua @@ -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 )