aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gamemode/server/concommands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/server/concommands.lua b/gamemode/server/concommands.lua
index 0a6eb94..f8ce0bd 100644
--- a/gamemode/server/concommands.lua
+++ b/gamemode/server/concommands.lua
@@ -7,7 +7,7 @@ concommand.Add("ws_giveitem",function(pl,com,args)
end)
concommand.Add("ws_cleanup",function(ply,cmd,args)
- if(!IsValid(ply) or !pl:IsAdmin()) then return end
+ if(!IsValid(ply) or !ply:IsAdmin()) then return end
cleanup = {
"ws_arrow",
"ws_campfire",