summaryrefslogtreecommitdiff
path: root/luaentity.lua
diff options
context:
space:
mode:
authorForbiddenJ <justinscomputercreations@gmail.com>2017-04-04 02:25:27 -0500
committerDiego Martínez <kaeza@users.noreply.github.com>2017-04-04 05:27:37 -0300
commit00561161480e51632a0c546cf34fc62282c9fe06 (patch)
tree82b8343dbfe56cf436f0d884571696a3f4a7614a /luaentity.lua
parent0639bb970666cfc9ec56f848c6334263fccaaa9f (diff)
downloadpipeworks-00561161480e51632a0c546cf34fc62282c9fe06.tar
pipeworks-00561161480e51632a0c546cf34fc62282c9fe06.tar.gz
pipeworks-00561161480e51632a0c546cf34fc62282c9fe06.tar.bz2
pipeworks-00561161480e51632a0c546cf34fc62282c9fe06.tar.xz
pipeworks-00561161480e51632a0c546cf34fc62282c9fe06.zip
Namespace pollution cleanup (Used list at #154)
Diffstat (limited to 'luaentity.lua')
-rw-r--r--luaentity.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/luaentity.lua b/luaentity.lua
index 50004ed..0105c91 100644
--- a/luaentity.lua
+++ b/luaentity.lua
@@ -1,6 +1,7 @@
local max_entity_id = 1000000000000 -- If you need more, there's a problem with your code
-luaentity = {}
+local luaentity = {}
+pipeworks.luaentity = luaentity
luaentity.registered_entities = {}