Skip to content

Commit

Permalink
don't remove nextbot fox when far away
Browse files Browse the repository at this point in the history
  • Loading branch information
TehBrian committed Nov 21, 2023
1 parent cf33eb4 commit 0fb8d75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ private void createNextbot(final Nextbot.Attributes attributes, final Location l
self.setCanPickupItems(false);
self.getEquipment().clear(); // foxes have a chance to spawn with something in their mouth.
self.addPassenger(icon);
self.setRemoveWhenFarAway(false);
}
);
final Nextbot nextbot = new Nextbot(pathfinder, icon, attributes);
Expand Down

0 comments on commit 0fb8d75

Please sign in to comment.