Skip to content

Commit e71edd5

Browse files
authored
Allow client to auto build multiblocks (#12)
1 parent 1b7cee7 commit e71edd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gtnewhorizon/structurelib/structure/IStructureDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static <T> boolean iterate(
324324
int basePositionC,
325325
boolean hintsOnly,
326326
Boolean checkBlocksIfNotNullForceCheckAllIfTrue) {
327-
if (world.isRemote ^ hintsOnly) {
327+
if (!world.isRemote && hintsOnly) {
328328
return false;
329329
}
330330

0 commit comments

Comments
 (0)