mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Also show the port of clients in status
This commit is contained in:
parent
d8d98ade6a
commit
da0c36cc88
1 changed files with 1 additions and 1 deletions
|
@ -1242,7 +1242,7 @@ static void SV_Status_f(void) {
|
|||
|
||||
Com_Printf("%*u ", colSize[4], svs.time - cl->lastPacketTime);
|
||||
|
||||
s = NET_AdrToString(cl->netchan.remoteAddress);
|
||||
s = NET_AdrToStringwPort(cl->netchan.remoteAddress);
|
||||
Com_Printf("%s ", s);
|
||||
|
||||
len = strlen(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue