Translocators
This commit is contained in:
parent
02337a1187
commit
fbcd651651
4 changed files with 110 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -38,7 +38,7 @@ end
|
|||
if not fun_caves.db then
|
||||
fun_caves.db = {}
|
||||
end
|
||||
for _, i in pairs({'teleport_data', 'hunger', 'armor_expire'}) do
|
||||
for _, i in pairs({'teleport_data', 'hunger', 'armor_expire', 'translocators'}) do
|
||||
if not fun_caves.db[i] then
|
||||
fun_caves.db[i] = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue