SteamWar/FightSystem
Archiviert
13
1

Enable skip in prefight

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-03-31 22:00:00 +02:00
Ursprung 2937d65683
Commit 355ea04c9b

Datei anzeigen

@ -30,7 +30,7 @@ import org.bukkit.entity.Player;
public class SkipCommand implements CommandExecutor {
public SkipCommand() {
new StateDependentCommand(ArenaMode.AntiPrepare, FightState.Running, "skip", this);
new StateDependentCommand(ArenaMode.AntiPrepare, FightState.Ingame, "skip", this);
}
@Override