aboutsummaryrefslogtreecommitdiff
path: root/gamemode/server/concommands.lua
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-01 16:50:43 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-01 16:50:43 -0500
commit137561d1f81f979dde08c86be64c3da26472237a (patch)
tree9a199b80a6f1e8f926ff32c4c18d2c4309162d90 /gamemode/server/concommands.lua
parent35f15f4777407d0e31166ccd22014a02394b91ea (diff)
downloadwintersurvival2-137561d1f81f979dde08c86be64c3da26472237a.tar.gz
wintersurvival2-137561d1f81f979dde08c86be64c3da26472237a.tar.bz2
wintersurvival2-137561d1f81f979dde08c86be64c3da26472237a.zip
concommand syntax fix
Diffstat (limited to 'gamemode/server/concommands.lua')
-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