Fix TNTLeague Sound

This commit is contained in:
2024-12-11 14:11:39 +01:00
parent b36c974f86
commit f61c27804a
2 changed files with 3 additions and 3 deletions
@@ -22,8 +22,8 @@ JOIN=§e{0} §7joined the game!
JOIN_TEAM={0} §7joined the {1} §7team!
QUIT={0} §7left the game!
QUIT_TEAM={0} §7left the {1} §7team!
BLUE=blue
RED=red
BLUE=Blue
RED=Red
SHUTDOWN=§7The server stops in §e{0} §7seconds!
TEAM_WIN=§aTeam {0} §awins!
NOT_ENOUGH_COINS=§cYou don't have enough coins to buy this item!
@@ -49,7 +49,7 @@ data class TNTLeagueTeam(val config: TNTLeagueWorldConfig.TeamConfig, private va
val invites = mutableListOf<Player>()
val name: String
get() = team.name.lowercase()
get() = team.name.uppercase()
val color: Char
get() = team.color