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

Refactor PlayerAttributes code

This commit is contained in:
sfan5
2025-02-19 17:42:34 +01:00
parent d9c89bd6a2
commit 7a0bc15d21
4 changed files with 150 additions and 119 deletions

View File

@@ -19,8 +19,5 @@ public:
Players::const_iterator end() const;
private:
void readFiles(const std::string &playersPath);
void readSqlite(const std::string &db_name);
Players m_players;
};