[Cleanup] Cleanup Account Status Code (#4376)

* [Cleanup] Cleanup Account Status Code

* Update emu_constants.cpp

* Update emu_constants.h
This commit is contained in:
Alex King
2024-06-02 16:40:52 -04:00
committed by GitHub
parent 8640776a21
commit 7a648cce16
3 changed files with 58 additions and 62 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ void ShowWho(Client *c, const Seperator *sep)
account_status ?
fmt::format(
"* {} * ",
EQ::constants::GetAccountStatusName(account_status)
AccountStatus::GetName(account_status)
) :
""
);