forked from GeyserMC/Geyser
Update to NukkitX Protocol Lib 2.5.1
This commit is contained in:
parent
9ffec0021c
commit
f87ff70369
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ public class BedrockInteractTranslator extends PacketTranslator<InteractPacket>
|
|||
return;
|
||||
|
||||
switch (packet.getAction()) {
|
||||
case UNKNOWN_1: // interact
|
||||
case INTERACT:
|
||||
ClientPlayerInteractEntityPacket interactPacket = new ClientPlayerInteractEntityPacket((int) entity.getEntityId(),
|
||||
InteractAction.INTERACT, Hand.MAIN_HAND);
|
||||
session.getDownstream().getSession().send(interactPacket);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue