mirror of
https://github.com/minetest-mods/warps.git
synced 2025-04-19 19:00:29 +02:00
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
|
||||
local store = S:get("warps")
|
||||
print(dump(store))
|
||||
local worldpath = minetest.get_worldpath()
|
||||
if store then
|
||||
warps = minetest.deserialize(store)
|
||||
|
Loading…
x
Reference in New Issue
Block a user