Skip to content

Commit

Permalink
Allow client to auto build multiblocks (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarri6343 authored Sep 5, 2022
1 parent 1b7cee7 commit e71edd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static <T> boolean iterate(
int basePositionC,
boolean hintsOnly,
Boolean checkBlocksIfNotNullForceCheckAllIfTrue) {
if (world.isRemote ^ hintsOnly) {
if (!world.isRemote && hintsOnly) {
return false;
}

Expand Down

0 comments on commit e71edd5

Please sign in to comment.