Skip to content

Commit

Permalink
Debugging always sneaks in...
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Aug 22, 2022
1 parent 67a65c4 commit d499e22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public void endPredictionsUpTo(int sequence) {
if (serverVerifiedState.sequence <= sequence) {
// This block may be out of sync with the server
// In 1.19.0 Java, you can verify this by trying to mine in spawn protection
System.out.println("Resetting " + entry.getKey() + " to " + BlockRegistries.JAVA_BLOCKS.get(serverVerifiedState.blockState).getJavaIdentifier());
ChunkUtils.updateBlockClientSide(session, serverVerifiedState.blockState, entry.getKey());
it.remove();
}
Expand Down

0 comments on commit d499e22

Please sign in to comment.