Update 0_Misc.lua

This commit is contained in:
Jonny_Bro (Nikita) 2024-01-16 14:57:02 +05:00 committed by GitHub
parent ce2ed7c02a
commit c3aab0577c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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