Skip to content

Commit

Permalink
taken away from the developers the ability to decided solely for the …
Browse files Browse the repository at this point in the history
…whole community which servers should promoted/removed
  • Loading branch information
adminless authored Aug 1, 2019
1 parent d3c2728 commit cf3ab47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qcsrc/menu/xonotic/util.qc
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data)
}
case "B":
{
APPEND_TO_STRING(un_bannedservers, " ", s);
//APPEND_TO_STRING(un_bannedservers, " ", s);
break;
}
case "E":
Expand All @@ -397,12 +397,12 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data)
}
case "P":
{
APPEND_TO_STRING(un_promoted, " ", s);
//APPEND_TO_STRING(un_promoted, " ", s);
break;
}
case "R":
{
APPEND_TO_STRING(un_recommended, " ", s);
//APPEND_TO_STRING(un_recommended, " ", s);
break;
}
}
Expand Down

1 comment on commit cf3ab47

@adminless
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check here for the download.

Please sign in to comment.