forked from virt-mirrors/Sit
1.21.6 port
This commit is contained in:
parent
ea7e42f8a5
commit
7a1f058f6c
3 changed files with 7 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue