tweak and add comments to the ranks.

This commit is contained in:
INSANEMODE 2020-11-17 02:24:35 -06:00
parent 8e40d02693
commit 1b1d82ff16

View File

@ -34,11 +34,14 @@ namespace WebfrontCore.Controllers.API
switch ((int)clientInfo.Level)
{
case -1:
rankName = "Banned"; //this typically won't be seen.
break;
case 0:
rankName = "User";
break;
case 1:
rankName = "User";
rankName = "User"; //1 = flagged, but don't want to show this in game.
break;
case 2:
rankName = "Trusted";