mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-04-17 19:12:14 +02:00
Update core/src/main/java/org/geysermc/geyser/translator/inventory/InventoryTranslator.java
This commit is contained in:
parent
176d552995
commit
cb76b8093c
1 changed files with 0 additions and 2 deletions
|
@ -280,8 +280,6 @@ public abstract class InventoryTranslator<Type extends Inventory> {
|
|||
refresh = true;
|
||||
}
|
||||
|
||||
GeyserImpl.getInstance().getLogger().info(request + " " + response);
|
||||
|
||||
responsePacket.getEntries().add(response);
|
||||
}
|
||||
session.sendUpstreamPacket(responsePacket);
|
||||
|
|
Loading…
Add table
Reference in a new issue