aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/npc_editor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/npc_editor.lua')
-rw-r--r--gamemode/shared/npc_editor.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/shared/npc_editor.lua b/gamemode/shared/npc_editor.lua
deleted file mode 100644
index 105ead8..0000000
--- a/gamemode/shared/npc_editor.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-
-if SERVER then
- local npcnodes = {}
-
- local function spawnnpcnode()
-
- end
-
- concommand.Add("artery_makenpc",spawnnpcnode)
-end