Skip to content

Commit

Permalink
Message change
Browse files Browse the repository at this point in the history
  • Loading branch information
OutDev0 committed Sep 25, 2024
1 parent c51d034 commit 14b7fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void enableAlerts(Player player) {
UUID playerId = player.getUniqueId();
if (!enabledAlerts.containsKey(playerId)) {
enabledAlerts.put(playerId, player);
sendAlertStatusMessage(player, "Alerts enabled!", NamedTextColor.GREEN);
sendAlertStatusMessage(player, "Alerts enabled", NamedTextColor.GREEN);
}
}

Expand Down

0 comments on commit 14b7fa1

Please sign in to comment.