mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 04:18:41 +00:00
[Cleanup] Cleanup Account Status Code (#4376)
* [Cleanup] Cleanup Account Status Code * Update emu_constants.cpp * Update emu_constants.h
This commit is contained in:
@@ -174,7 +174,7 @@ void ShowWho(Client *c, const Seperator *sep)
|
||||
account_status ?
|
||||
fmt::format(
|
||||
"* {} * ",
|
||||
EQ::constants::GetAccountStatusName(account_status)
|
||||
AccountStatus::GetName(account_status)
|
||||
) :
|
||||
""
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user