Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Jan 9, 2025
1 parent 1e9b65c commit 28bb717
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ protected void remChunk(DimChunkCoord coord) {
try {
ForgeChunkManager.unforceChunk(ticket, coord.getChunkCoord());
} catch (NullPointerException ignore) {
// Catches an error since Hodgepodge 2.6.7 (2.6.6 is the last version that works)
// Catches an error that appeared just out of nothing. Maybe Hodgepodge or CoreTweaks?
// Try again in the next periode.
}

if (ticket.getChunkList()
Expand Down

0 comments on commit 28bb717

Please sign in to comment.