diff --git a/src/main/java/com/alttd/hunger_games/commands/BaseCommand.java b/src/main/java/com/alttd/hunger_games/commands/BaseCommand.java index 311dc72..2b47341 100644 --- a/src/main/java/com/alttd/hunger_games/commands/BaseCommand.java +++ b/src/main/java/com/alttd/hunger_games/commands/BaseCommand.java @@ -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),