forked from virt-mirrors/Sit
make the unsupported message more common to use elsewhere
This commit is contained in:
parent
a958982d05
commit
0e19a288d5
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue