aboutsummaryrefslogtreecommitdiff
path: root/gamemode
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode')
-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 4741730..0a6eb94 100644
--- a/gamemode/server/concommands.lua
+++ b/gamemode/server/concommands.lua
@@ -28,7 +28,7 @@ concommand.Add("ws_cleanup",function(ply,cmd,args)
j:Remove()
end
end
-end
+end)
concommand.Add("ws_startnavgen",function(ply,cmd,args)
if (IsValid(pl) and !pl:IsAdmin()) then return end