Enable skip in prefight
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
2937d65683
Commit
355ea04c9b
@ -30,7 +30,7 @@ import org.bukkit.entity.Player;
|
|||||||
public class SkipCommand implements CommandExecutor {
|
public class SkipCommand implements CommandExecutor {
|
||||||
|
|
||||||
public SkipCommand() {
|
public SkipCommand() {
|
||||||
new StateDependentCommand(ArenaMode.AntiPrepare, FightState.Running, "skip", this);
|
new StateDependentCommand(ArenaMode.AntiPrepare, FightState.Ingame, "skip", this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren