forked from MagicBane/Server
More slotting work.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user