This commit is contained in:
StrawWagen 2024-06-28 13:19:24 -07:00 committed by GitHub
parent 93d4eb4a15
commit 5068562a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ local HELP = "Bans the target for a certain time from entering build"
if SERVER then
local function enable( ply )
ply.isBuildBanned = true
if ply:IsInBuild() then CFCPvp.setPlayerBuild( ply ) end
if ply:IsInBuild() then CFCPvp.setPlayerPvp( ply ) end
end
local function disable( ply )