mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Print playername when failing to read playerfile and ignore files starting with .
This commit is contained in:
parent
4d77781ce7
commit
130464c268
3 changed files with 7 additions and 7 deletions
|
@ -197,7 +197,7 @@ public:
|
|||
deSerialize stops reading exactly at the right point.
|
||||
*/
|
||||
void serialize(std::ostream &os);
|
||||
void deSerialize(std::istream &is);
|
||||
void deSerialize(std::istream &is, std::string playername);
|
||||
|
||||
bool touching_ground;
|
||||
// This oscillates so that the player jumps a bit above the surface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue