Skip to content
Snippets Groups Projects
Commit 9d6845d8 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2100 51575b47-30f0-44d4-a5cc-537603b46e54
parent 711fb700
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ function _M:newGame()
end
-- Register the character online if possible
self.player:getUUID()
-- self.player:getUUID()
end
-- Load for quick birth
......@@ -1026,7 +1026,7 @@ function _M:saveGame()
-- savefile_pipe is created as a global by the engine
savefile_pipe:push(self.save_name, "game", self)
world:saveWorld()
game.player:saveUUID()
-- game.player:saveUUID()
self.log("Saving game...")
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