Register online players without auto-join-bypass permission during ROUND_STATE.PLAYER_REGISTRATION or ROUND_STATE.ENDED.
This commit is contained in:
parent
d5266b659b
commit
9198af6c29
|
|
@ -38,7 +38,7 @@ public class BaseCommand implements CommandExecutor, TabExecutor {
|
|||
new Reload(main),
|
||||
new RoundState(roundService),
|
||||
new Register(playerService),
|
||||
new StartRound(round, roundService),
|
||||
new StartRound(round, roundService, playerService),
|
||||
new NextPhase(round),
|
||||
new EndRound(round),
|
||||
new Stuck(main),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user