fix flags in Account::str

This commit is contained in:
Martin Michelsen
2025-11-29 09:47:36 -08:00
parent 1498a6e68d
commit 80f8ee1b09
+3
View File
@@ -329,6 +329,9 @@ string Account::str() const {
flags_str += "CHEAT_ANYWHERE,";
}
if (this->check_flag(Flag::DISABLE_QUEST_REQUIREMENTS)) {
flags_str += "DISABLE_QUEST_REQUIREMENTS,";
}
if (this->check_flag(Flag::ALWAYS_ENABLE_CHAT_COMMANDS)) {
flags_str += "ALWAYS_ENABLE_CHAT_COMMANDS,";
}
if (this->check_flag(Flag::IS_SHARED_ACCOUNT)) {