diff options
-rw-r--r-- | code/client/cl_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c index 56a226b..ed32313 100644 --- a/code/client/cl_ui.c +++ b/code/client/cl_ui.c @@ -296,7 +296,7 @@ static void LAN_GetServerInfo( int source, int n, char *buf, int buflen ) { Info_SetValueForKey( info, "game", server->game); Info_SetValueForKey( info, "gametype", va("%i",server->gameType)); Info_SetValueForKey( info, "nettype", va("%i",server->netType)); - Info_SetValueForKey( info, "addr", NET_AdrToString(server->adr)); + Info_SetValueForKey( info, "addr", NET_AdrToStringwPort(server->adr)); Info_SetValueForKey( info, "punkbuster", va("%i", server->punkbuster)); Q_strncpyz(buf, info, buflen); } else { |