mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix flipped format specifier
Should be flipped, as nucleus id is before state.
This commit is contained in:
parent
03bc4e71c4
commit
a80cf721d8
@ -52,7 +52,7 @@ void Host_Status_PrintClient(CClient* client, bool bShowAddress, void (*print) (
|
||||
}
|
||||
else
|
||||
{
|
||||
print("#%2i \"%s\" %s %llu", client->GetUserID() + 1, client->GetServerName(), client->GetNucleusID(), state);
|
||||
print("#%2i \"%s\" %llu %s", client->GetHandle(), client->GetServerName(), client->GetNucleusID(), state);
|
||||
}
|
||||
|
||||
print("\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user