aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/npc_editor.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-08-27 17:08:46 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-08-27 17:08:46 -0400
commit9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a (patch)
treed65b57e144317e5b49ccdd549b2f97c61d54bd1d /gamemode/shared/npc_editor.lua
parentd4f197a35c207c9891d3f4dc5e9708af48c935de (diff)
downloadartery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.tar.gz
artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.tar.bz2
artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.zip
Moved prayers to their own system
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