mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Only try to load from possible player files
This commit is contained in:
parent
7e6db1b803
commit
e491f8cd48
3 changed files with 37 additions and 67 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue