1
0
Fork 0
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:
PilzAdam 2013-06-21 18:32:28 +00:00
parent 4d77781ce7
commit 130464c268
3 changed files with 7 additions and 7 deletions

View file

@ -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