Skip to content

Commit

Permalink
#534 Added missing joincommands to minigame.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Jul 24, 2024
1 parent 8b0f5dd commit e6ed223
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ class BlockBallMiniGameImpl constructor(
blueTeam
}

executeCommandsWithPlaceHolder(listOf(player), teamMeta.joinCommands)

player.sendMessage(
placeHolderService.replacePlaceHolders(
teamMeta.joinMessage, player, this, teamMeta, players.size
Expand Down

0 comments on commit e6ed223

Please sign in to comment.