ldtteam / minecolonies

Minecolonies minecraft mod
http://minecolonies.com/
GNU General Public License v3.0
673 stars 348 forks source link

Update AbstractWarehouseRequestResolver.java #10213

Closed Wmaxlees closed 2 months ago

Wmaxlees commented 2 months ago

In the case that the request chain has recursive cycles (one of the things this method is supposed to catch), you'll get infinite recursion here. This fixes that infinite recursion.