diff options
Diffstat (limited to 'src/client/cl_ui.c')
-rw-r--r-- | src/client/cl_ui.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/cl_ui.c b/src/client/cl_ui.c index 6c00a353..4c1ff9ed 100644 --- a/src/client/cl_ui.c +++ b/src/client/cl_ui.c @@ -285,8 +285,7 @@ static void LAN_GetServerInfo( int source, int n, char *buf, int buflen ) { buf[0] = '\0'; Info_SetValueForKey( info, "hostname", server->hostName); Info_SetValueForKey( info, "mapname", server->mapName); - if( server->label ) - Info_SetValueForKey( info, "label", server->label); + Info_SetValueForKey( info, "label", server->label); Info_SetValueForKey( info, "clients", va("%i",server->clients)); Info_SetValueForKey( info, "sv_maxclients", va("%i",server->maxClients)); Info_SetValueForKey( info, "ping", va("%i",server->ping)); |