Skip to content

Commit

Permalink
rem: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronimo97 committed Feb 11, 2024
1 parent 14130f7 commit 8cd5366
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public NbtCompound writeBlockPosToNBT(final List<BlockPos> pos, final NbtCompoun
list.add(item);
});
compound.put(LINKED_POS_LIST, list);
System.out.println("List: " + listOfPositions);
System.out.println("Comp: " + compound);
}
return compound;
}
Expand Down

0 comments on commit 8cd5366

Please sign in to comment.