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
- "Rejecting UseItemOnPacket from {}: Location {} too far away from hit block {}.",
1247
+
- this.player.getGameProfile().getName(),
1248
+
- location,
1249
+
- blockPos
1250
+
- );
1244
1251
+ if (io.papermc.paper.configuration.GlobalConfiguration.get().unsupportedSettings.updateEquipmentOnPlayerActions) this.player.detectEquipmentUpdates(); // Paper - Force update attributes.
1245
-
} else {
1246
-
LOGGER.warn(
1247
-
"Rejecting UseItemOnPacket from {}: Location {} too far away from hit block {}.",
1252
+
}
1253
+
}
1254
+
}
1248
1255
@@ -1284,6 +_,8 @@
1249
1256
@Override
1250
1257
public void handleUseItem(ServerboundUseItemPacket packet) {
0 commit comments