From 00561161480e51632a0c546cf34fc62282c9fe06 Mon Sep 17 00:00:00 2001 From: ForbiddenJ Date: Tue, 4 Apr 2017 02:25:27 -0500 Subject: Namespace pollution cleanup (Used list at #154) --- luaentity.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'luaentity.lua') 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 = {} -- cgit v1.2.3