Fix entern befor fight start
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
3a869e03a3
Commit
ffde805bb0
@ -129,6 +129,7 @@ public class FightSystem extends JavaPlugin {
|
|||||||
Objects.requireNonNull(getCommand("lockschem")).setExecutor(new LockschemCommand());
|
Objects.requireNonNull(getCommand("lockschem")).setExecutor(new LockschemCommand());
|
||||||
|
|
||||||
mainCountdown = new NoPlayersOnlineCountdown();
|
mainCountdown = new NoPlayersOnlineCountdown();
|
||||||
|
fightTime = Config.TimeoutTime;
|
||||||
|
|
||||||
if(Config.event() || Config.Ranked) {
|
if(Config.event() || Config.Ranked) {
|
||||||
Objects.requireNonNull(getCommand("invite")).setExecutor(new EventDummyCommand());
|
Objects.requireNonNull(getCommand("invite")).setExecutor(new EventDummyCommand());
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren