1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02:00

Only try to load from possible player files

This commit is contained in:
ShadowNinja
2014-06-01 13:11:37 -04:00
parent 7e6db1b803
commit e491f8cd48
3 changed files with 37 additions and 67 deletions

View File

@@ -335,7 +335,7 @@ public:
RemotePlayer(IGameDef *gamedef): Player(gamedef), m_sao(0) {}
virtual ~RemotePlayer() {}
void save(const std::string &savedir);
void save(std::string savedir);
PlayerSAO *getPlayerSAO()
{ return m_sao; }