Register online players without auto-join-bypass permission during ROUND_STATE.PLAYER_REGISTRATION or ROUND_STATE.ENDED.

This commit is contained in:
akastijn 2026-07-11 19:38:59 +02:00
parent d5266b659b
commit 9198af6c29

View File

@ -38,7 +38,7 @@ public class BaseCommand implements CommandExecutor, TabExecutor {
new Reload(main), new Reload(main),
new RoundState(roundService), new RoundState(roundService),
new Register(playerService), new Register(playerService),
new StartRound(round, roundService), new StartRound(round, roundService, playerService),
new NextPhase(round), new NextPhase(round),
new EndRound(round), new EndRound(round),
new Stuck(main), new Stuck(main),