Skip to content

Commit

Permalink
blue planet chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutin1 committed Jan 9, 2024
1 parent 0d69253 commit 492b2aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ enum class ChatChannel(val displayName: Component, val commandAliases: List<Stri
}
},

PLANET(text("Planet", BLUE), listOf("planetchat", "pchat", "pc"), GREEN) {
PLANET(text("Planet", BLUE), listOf("planetchat", "pchat", "pc"), BLUE) {
override fun onChat(player: Player, event: AsyncChatEvent) {
val world = player.world

Expand Down

0 comments on commit 492b2aa

Please sign in to comment.