fix: friends not updating and using incorrect world (#1724)

* fix: friends not updating and using incorrect world

* use better reset logic

* actual fix for real
This commit is contained in:
David Markowitz
2025-01-06 18:25:51 -08:00
committed by GitHub
parent 7599a2e81e
commit 23551d4ed8
3 changed files with 26 additions and 24 deletions

View File

@@ -46,6 +46,7 @@ struct PlayerData {
std::vector<IgnoreData> ignoredPlayers;
eGameMasterLevel gmLevel = static_cast<eGameMasterLevel>(0); // CIVILLIAN
bool isFTP = false;
bool isLogin = false;
};
struct TeamData {