Skip to content

Commit

Permalink
#589 Removed legacy message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Dec 19, 2024
1 parent b40049e commit 85ff6a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ class MinigameLobbyMeta {
/** Duration the match will max last. */
var lobbyDuration: Int = 20

/** Message being played in the action bar displaying the joined players how many players are remaining to start. */
var playersRequiredToStartMessage: String =
"%blockball_lang_miniGameRemainingPlayers%"

init {
val firstPeriod = MatchTimeMeta()
firstPeriod.duration = 150
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ open class SoccerMiniGameImpl constructor(
if (canStartLobbyCountdown()) {
lobbyCountDownActive = true
lobbyCountdown = arena.meta.minigameMeta.lobbyDuration
} else if (!playing) {
ingamePlayersStorage.keys.toTypedArray().forEach { p ->
chatMessageService.sendActionBarMessage(
p, placeHolderService.replacePlaceHolders(
arena.meta.minigameMeta.playersRequiredToStartMessage, p, this
)
)
}
}
}

Expand Down

0 comments on commit 85ff6a9

Please sign in to comment.