make the unsupported message more common to use elsewhere

This commit is contained in:
Oth3r 2024-07-27 14:57:22 -05:00
commit 0e19a288d5
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ public class Events {
Utl.lang(messageKey).formatted(messageColor)), true);
} else {
// unsupported server message if not in a Sit! server
player.sendMessage(Utl.lang("msg.sit_toggle.unsupported")
player.sendMessage(Utl.lang("msg.unsupported")
.formatted(Formatting.RED), true);
}
}