Skip to content

Commit cf3ab47

Browse files
authored
taken away from the developers the ability to decided solely for the whole community which servers should promoted/removed
1 parent d3c2728 commit cf3ab47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

qcsrc/menu/xonotic/util.qc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data)
386386
}
387387
case "B":
388388
{
389-
APPEND_TO_STRING(un_bannedservers, " ", s);
389+
//APPEND_TO_STRING(un_bannedservers, " ", s);
390390
break;
391391
}
392392
case "E":
@@ -397,12 +397,12 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data)
397397
}
398398
case "P":
399399
{
400-
APPEND_TO_STRING(un_promoted, " ", s);
400+
//APPEND_TO_STRING(un_promoted, " ", s);
401401
break;
402402
}
403403
case "R":
404404
{
405-
APPEND_TO_STRING(un_recommended, " ", s);
405+
//APPEND_TO_STRING(un_recommended, " ", s);
406406
break;
407407
}
408408
}

0 commit comments

Comments
 (0)