forked from MagicBane/Server
Override unnecessary.
This commit is contained in:
@@ -669,11 +669,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
}
|
||||
|
||||
public int getMobBaseID() {
|
||||
|
||||
if (this.agentType.equals(AIAgentType.GUARDMINION))
|
||||
return this.guardCaptain.contract.getMobbaseID();
|
||||
else
|
||||
return this.mobBase.getObjectUUID();
|
||||
return this.mobBase.getObjectUUID();
|
||||
}
|
||||
|
||||
public Vector3fImmutable getTrueBindLoc() {
|
||||
|
||||
Reference in New Issue
Block a user