Minions don't have contracts.

This commit is contained in:
2023-08-21 16:50:15 -04:00
parent 17a6494b2b
commit ec3a9b6cb4
+1 -1
View File
@@ -892,7 +892,7 @@ public class Mob extends AbstractIntelligenceAgent {
// Siege mobiles don't have contracts. // Siege mobiles don't have contracts.
if (this.contract == null && this.agentType.equals(AIAgentType.MOBILE)) { if (this.contract == null) {
// Mobiles inside buildings are offset from it not the zone // Mobiles inside buildings are offset from it not the zone