1.21.6 port

This commit is contained in:
Oth3r 2025-06-17 10:34:23 -05:00
commit 7a1f058f6c
3 changed files with 7 additions and 7 deletions

View file

@ -75,7 +75,7 @@ public class Events {
// just send the sit command
if (Data.isInGame()) {
if (Data.isSupportedServer()) {
player.networkHandler.sendCommand("sit");
player.networkHandler.sendChatCommand("sit");
} else {
// unsupported server message if not in a Sit! server
player.sendMessage(Utl.lang("sit!.chat.unsupported")