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
@@ -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