Comment cleanup

This commit is contained in:
2023-09-01 14:07:00 -04:00
parent 91e627df6b
commit 3aeaa709a5
+2
View File
@@ -1562,6 +1562,8 @@ public class Mob extends AbstractIntelligenceAgent {
if (this.contract != null)
this.equipmentSetID = this.contract.getEquipmentSet();
// Mobiles default to the building guild.
if (this.building != null)
this.guild = this.building.getGuild();
else