More slotting work.

This commit is contained in:
2023-04-04 15:36:56 -04:00
parent 1c496b3c98
commit 65e7566d0f
2 changed files with 2 additions and 7 deletions
+1 -2
View File
@@ -807,8 +807,7 @@ public class Mob extends AbstractIntelligenceAgent {
// only if this building has a blueprint.
// otherwise use the mob cache location.
if (this.building != null && building.getBlueprintUUID() != 0
&& this.loadID != 0) {
if (this.building != null && building.getBlueprintUUID() != 0) {
int maxSlots = 10;