fix sit toggle messages not showing correctly

This commit is contained in:
Oth3r 2025-02-14 11:41:31 -06:00
commit b1702c9beb

View file

@ -194,11 +194,11 @@ public class Logic {
// get the message settings // get the message settings
String messageKey = "sit!.chat.sit_toggle."+(config.getEnabled()?"on":"off"); String messageKey = "sit!.chat.toggle_sit."+(config.getEnabled()?"on":"off");
Formatting messageColor = config.getEnabled()?Formatting.GREEN:Formatting.RED; Formatting messageColor = config.getEnabled()?Formatting.GREEN:Formatting.RED;
// send the player the actionbar message // send the player the actionbar message
return Utl.lang("sit!.chat.sit_toggle", return Utl.lang("sit!.chat.toggle_sit",
Utl.lang(messageKey).formatted(messageColor)); Utl.lang(messageKey).formatted(messageColor));
} else { } else {
// unsupported server message if not in a Sit! server // unsupported server message if not in a Sit! server