Skip to content

Commit

Permalink
Remove leftover logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 7, 2024
1 parent e2ead75 commit 013f5e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ public void setCustomName(@Nullable Component name) {
public InteractionResult interactAt(Player player, Vec3 vec, InteractionHand hand) {
ItemStack itemstack = player.getItemInHand(hand);
if (player.isShiftKeyDown()) {
System.out.println(getLockedBy());
if (!this.level().isClientSide && player != null && canOpenUI(player)) {
((ServerPlayer) player).connection.send(new PlayerStatueScreenData(getId()));
}
Expand Down

0 comments on commit 013f5e6

Please sign in to comment.