mirror of
https://github.com/CFC-Servers/cfc_ulx_commands.git
synced 2025-03-04 03:13:28 -05:00
Typo (#147)
This commit is contained in:
parent
93d4eb4a15
commit
5068562a71
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user