Skip to content

Commit

Permalink
hotfix oopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Sep 9, 2024
1 parent 46b92bd commit 773d09b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public boolean canResolveRequest(@NotNull final IRequestManager manager, final I
if (requestToCheck.getRequest() instanceof MinimumStack)
{
final IBuilding otherWarehouse = colony.getBuildingManager().getBuilding(requestToCheck.getRequester().getLocation().getInDimensionLocation());
if (otherWarehouse != null)
if (otherWarehouse.getBuildingType() == ModBuildings.wareHouse.get())
{
return false;
}
Expand Down

0 comments on commit 773d09b

Please sign in to comment.