1
0
Fork 0
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:
chris 2025-04-13 01:04:02 +02:00 committed by GitHub
parent 176d552995
commit cb76b8093c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);