Skip to content
Snippets Groups Projects
Commit 5389fa88 authored by DarkGod's avatar DarkGod
Browse files

tss debug print

parent d1f200ca
No related branches found
No related tags found
No related merge requests found
......@@ -738,11 +738,9 @@ function _M:instanciate(mod, name, new_game, no_reboot)
local save = Savefile.new("")
_G.world = save:loadWorld()
save:close()
print("======+++WORLD", _G.world)
if not _G.world then
_G.world = W.new()
end
print("======+++WORLD", _G.world)
_G.world:run()
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment