1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

Namespace pollution cleanup (Used list at #154)

This commit is contained in:
ForbiddenJ
2017-04-04 02:25:27 -05:00
committed by Diego Martínez
parent 0639bb9706
commit 0056116148
8 changed files with 40 additions and 31 deletions

View File

@ -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 = {}