Skip to content
Snippets Groups Projects
Commit 4b11d5f3 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2127 51575b47-30f0-44d4-a5cc-537603b46e54
parent 900f5a80
No related branches found
No related tags found
No related merge requests found
......@@ -1034,7 +1034,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()
if not self.creating_player then game.player:saveUUID() end
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