You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/org/geysermc/geyser/translator/protocol/bedrock/BedrockInventoryTransactionTranslator.java
+36-5Lines changed: 36 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -193,9 +193,12 @@ public void translate(GeyserSession session, InventoryTransactionPacket packet)
193
193
// Check to make sure the client isn't spamming interaction
194
194
// Based on Nukkit 1.0, with changes to ensure holding down still works
Copy file name to clipboardExpand all lines: core/src/main/java/org/geysermc/geyser/translator/protocol/java/inventory/JavaMountScreenOpenTranslator.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ public void translate(GeyserSession session, ClientboundMountScreenOpenPacket pa
0 commit comments