Skip to content

Commit

Permalink
Update SurvivalGames.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonUden committed Mar 24, 2024
1 parent 6236fd2 commit 4bc68ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class SurvivalGames(@SuppressWarnings("WeakerAccess") val plugin: SurvivalGamesP

modifiers.stream().filter(Modifier::enabled).forEach {
Bukkit.getServer().broadcastMessage("${ChatColor.GOLD.toString() + ChatColor.BOLD.toString()}Active modifier: ${ChatColor.AQUA.toString() + ChatColor.BOLD.toString() + it.getDisplayName()}")
Bukkit.getServer().broadcastMessage(ChatColor.WHITE.toString() + it.getShortDescription())
Bukkit.getServer().broadcastMessage(ChatColor.LIGHT_PURPLE.toString() + it.getShortDescription())
}
}
}
Expand Down

0 comments on commit 4bc68ed

Please sign in to comment.