Add better checking for supporter #325
@ -31,7 +31,7 @@ import org.bukkit.entity.Player;
|
||||
public class TBCommand implements CommandExecutor {
|
||||
|
||||
public TBCommand() {
|
||||
new StateDependentCommand(ArenaMode.Check, FightState.All, "tb", this);
|
||||
new StateDependentCommand(ArenaMode.Check, FightState.All, "resettb", this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -31,7 +31,7 @@ import org.bukkit.entity.Player;
|
||||
public class WGCommand implements CommandExecutor {
|
||||
|
||||
public WGCommand() {
|
||||
new StateDependentCommand(ArenaMode.VariableTeams, FightState.Setup, "wg", this);
|
||||
new StateDependentCommand(ArenaMode.Check, FightState.All, "resetwg", this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -322,10 +322,8 @@ public class FightTeam {
|
||||
}
|
||||
|
||||
public void pasteSchem() {
|
||||
if (this.schematic.hasSchematic()) {
|
||||
testPasteAction();
|
||||
}
|
||||
}
|
||||
|
||||
public void pasteSchem(SchematicNode schematic){
|
||||
setSchem(schematic);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren