diff options
| author | Apickx <apickx@cogarr.com> | 2018-01-19 17:09:17 -0500 |
|---|---|---|
| committer | Apickx <apickx@cogarr.com> | 2018-01-19 17:09:17 -0500 |
| commit | f6a93ea4da3ef008101d155b4c357ee70753ffe8 (patch) | |
| tree | 13e040facd45c2380f296c690a7ea4b8c3fe0315 /gamemode/npcsystem | |
| parent | 2cc0c9c3cf4571a66ba83fb4d287f739e587d26c (diff) | |
| download | wintersurvival2-f6a93ea4da3ef008101d155b4c357ee70753ffe8.tar.gz wintersurvival2-f6a93ea4da3ef008101d155b4c357ee70753ffe8.tar.bz2 wintersurvival2-f6a93ea4da3ef008101d155b4c357ee70753ffe8.zip | |
woo
Diffstat (limited to 'gamemode/npcsystem')
| -rw-r--r-- | gamemode/npcsystem/aidirector.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gamemode/npcsystem/aidirector.lua b/gamemode/npcsystem/aidirector.lua index f5cfc93..a9d21c0 100644 --- a/gamemode/npcsystem/aidirector.lua +++ b/gamemode/npcsystem/aidirector.lua @@ -38,11 +38,7 @@ local function spawnnpccomplete(cmd,stringargs) return tbl
end
-if(SERVER) then
- concommand.Add("ws_spawnnpc",spawnnpcfunc, spawnnpccomplete, "Spawns an NPC from winter survival, useage: ws_spawnnpc <name>")
-else
- concommand.Add("ws_spawnnpc",spawnnpcfunc, spawnnpccomplete, "Spawns an NPC from winter survival, useage: ws_spawnnpc <name>")
-end
+concommand.Add("ws_spawnnpc",spawnnpcfunc, spawnnpccomplete, "Spawns an NPC from winter survival, useage: ws_spawnnpc <name>")
local npcfields = {
"Model","Drops","OnDammage","Behave",
|
