RankingCategory class rank adjustment.
Contributed by nasseka.
This commit is contained in:
parent
74c596f024
commit
0edee4ab96
@ -45,6 +45,9 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLAN:
|
||||
case FRIEND:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user