mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
oops
This commit is contained in:
parent
a3837a0e06
commit
609053e13f
@ -341,7 +341,7 @@ public class Command_slconfig extends FreedomCommand
|
||||
}
|
||||
if (args.length == 3 && args[0].equals("setrank"))
|
||||
{
|
||||
return Arrays.asList("TRIAL_MOD", "MOD", "ADMIN");
|
||||
return Arrays.asList("ADMIN", "SENIOR_ADMIN");
|
||||
}
|
||||
|
||||
return Collections.emptyList();
|
||||
|
@ -19,7 +19,6 @@ import org.bukkit.entity.Player;
|
||||
|
||||
public class PlayerData
|
||||
{
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private String name;
|
||||
|
Loading…
Reference in New Issue
Block a user