Remove non-abm database writes.
This commit is contained in:
parent
3938e81fe5
commit
a8a058ac8b
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ local function teleporter(user, area, power)
|
||||||
user:setpos(newpos)
|
user:setpos(newpos)
|
||||||
print('Fun Caves: '..name..' teleported to ('..pos.x..','..pos.y..','..pos.z..')')
|
print('Fun Caves: '..name..' teleported to ('..pos.x..','..pos.y..','..pos.z..')')
|
||||||
fun_caves.db.teleport_data[name].teleported_from = pos
|
fun_caves.db.teleport_data[name].teleported_from = pos
|
||||||
out:write(minetest.serialize(fun_caves.db))
|
|
||||||
user:set_physics_override({gravity=0.1})
|
user:set_physics_override({gravity=0.1})
|
||||||
|
|
||||||
minetest.after(20, function()
|
minetest.after(20, function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue