Skip to content

Commit

Permalink
Fix WrappedPacketOutExplosion for 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Dec 27, 2023
1 parent 74ddbac commit 8d4d89f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected void load() {
chunkPosConstructor = chunkPosClass.getConstructor(int.class, int.class, int.class);
}
} catch (NoSuchMethodException e) {
e.printStackTrace();
//1.20.4 or newer
}
}

Expand Down

0 comments on commit 8d4d89f

Please sign in to comment.