forked from MagicBane/Server
box flag checker
This commit is contained in:
@@ -435,7 +435,7 @@ public class Building extends AbstractWorldObject {
|
||||
int index = 0;
|
||||
for (AbstractCharacter hireling : this.hirelings.keySet()) {
|
||||
hireling.setLoc(BuildingManager._slotLocations.get(newMeshUUID).get(index).getLocation());
|
||||
InterestManager.reloadCharacter(hireling);
|
||||
InterestManager.reloadCharacter(hireling,false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user