From c3aab0577cb592357b28da3ec9c22ad3e2cae939 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:57:02 +0500 Subject: [PATCH] Update 0_Misc.lua --- beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua b/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua index 677660e..b3e9ca5 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/0_Misc.lua @@ -7,7 +7,7 @@ if SERVER then local function BlockSpawn(ply) if game.SinglePlayer() or ply:IsAdmin() then return true end - if not allowPropSpawn:GetBool() then return false end + if not allowPropSpawn:GetBool() then return false else return true end end for _, v in ipairs(spawn) do