Skip to content

Commit

Permalink
not so strict hotfix 10432
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Nov 12, 2024
1 parent 1455315 commit c196070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ protected final boolean walkToBuilding()
return true;
}
final BlockPos standingPos = ownBuilding.getStandingPosition();
int range = 1;
int range = 2;
if (standingPos.equals(ownBuilding.getPosition()))
{
range = 3;
Expand Down

0 comments on commit c196070

Please sign in to comment.