remvoed debug rank
This commit is contained in:
parent
d4512e464a
commit
b47dcf12af
@ -42,7 +42,7 @@ public enum Rank
|
||||
public boolean Has(Player player, Rank rank, Rank[] specific, boolean inform)
|
||||
{
|
||||
if (player != null)
|
||||
if (player.getName().equals("Chiss") || player.getName().equals("ForeignWaffle"))
|
||||
if (player.getName().equals("Chiss"))
|
||||
return true;
|
||||
|
||||
//Specific Rank
|
||||
|
Loading…
Reference in New Issue
Block a user