diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-08-27 17:08:46 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-08-27 17:08:46 -0400 |
| commit | 9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a (patch) | |
| tree | d65b57e144317e5b49ccdd549b2f97c61d54bd1d /gamemode/shared/npc_editor.lua | |
| parent | d4f197a35c207c9891d3f4dc5e9708af48c935de (diff) | |
| download | artery-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.lua | 10 |
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 |
