Skip to content

Commit

Permalink
Remove orange color in list map name
Browse files Browse the repository at this point in the history
  • Loading branch information
EpiCanard committed Aug 6, 2022
1 parent 57419a6 commit b558528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ object ListCommand {
val info = buildInfoImport(language, sender, pageable.player) _
playerMaps.foldLeft(msg"${language.list.listMaps.replace("player" -> pageable.player.getName)}") { (message, map) =>
message +
(Component(s"&6${map.name} &f- ${getVisibility(map.visibility, language.visibilities)}") + info(map.name))
(Component(s"${map.name} - ${getVisibility(map.visibility, language.visibilities)}") + info(map.name))
} + pagination(pageable, language.pagination, s"/mapsaver list ${pageable.player.getName}")
}

Expand Down

0 comments on commit b558528

Please sign in to comment.