diff options
Diffstat (limited to 'gamemode/server/concommands.lua')
| -rw-r--r-- | gamemode/server/concommands.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/server/concommands.lua b/gamemode/server/concommands.lua index 6506973..487ee24 100644 --- a/gamemode/server/concommands.lua +++ b/gamemode/server/concommands.lua @@ -6,10 +6,11 @@ concommand.Add("ws_giveitem",function(pl,com,args) pl:AddItem(args[1],tonumber(args[2] or 1))
end)
-
+--[[
concommand.Add("ws_spawnbird",function(ply, cmd, args)
GAMEMODE:SpawnNPCByName("Bird",ply:GetPos())
end)
+]]--
concommand.Add("ws_startnavgen",function(ply,cmd,args)
if (IsValid(pl) and !pl:IsAdmin()) then return end
|
