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:
committed by
Diego Martínez
parent
0639bb9706
commit
0056116148
@ -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 = {}
|
||||
|
||||
|
Reference in New Issue
Block a user