Also show the port of clients in status

This commit is contained in:
smallmodel 2024-12-08 12:40:21 +01:00
parent d8d98ade6a
commit da0c36cc88
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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);