forked from minetest-mods/warps
Remove debug info.
This commit is contained in:
parent
70fedaa536
commit
81c3bd5bd9
1
init.lua
1
init.lua
@ -23,7 +23,6 @@ assert(S, "mod_storage is required")
|
|||||||
|
|
||||||
-- import warps or load
|
-- import warps or load
|
||||||
local store = S:get("warps")
|
local store = S:get("warps")
|
||||||
print(dump(store))
|
|
||||||
local worldpath = minetest.get_worldpath()
|
local worldpath = minetest.get_worldpath()
|
||||||
if store then
|
if store then
|
||||||
warps = minetest.deserialize(store)
|
warps = minetest.deserialize(store)
|
||||||
|
Loading…
Reference in New Issue
Block a user