forked from SteamWar/SteamWar
Fix TNTLeague Sound
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user