12
1

Fix entern befor fight start

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-01-14 21:20:46 +01:00
Ursprung 3a869e03a3
Commit ffde805bb0

Datei anzeigen

@ -129,6 +129,7 @@ public class FightSystem extends JavaPlugin {
Objects.requireNonNull(getCommand("lockschem")).setExecutor(new LockschemCommand());
mainCountdown = new NoPlayersOnlineCountdown();
fightTime = Config.TimeoutTime;
if(Config.event() || Config.Ranked) {
Objects.requireNonNull(getCommand("invite")).setExecutor(new EventDummyCommand());