|
|
|
@ -75,9 +75,10 @@ public class aiInfoCmd extends AbstractDevCmd {
@@ -75,9 +75,10 @@ public class aiInfoCmd extends AbstractDevCmd {
|
|
|
|
|
|
|
|
|
|
if (contractID != 0) { |
|
|
|
|
|
|
|
|
|
if (mob.agentType.equals(Enum.AIAgentType.GUARDMINION)) |
|
|
|
|
if (mob.agentType.equals(Enum.AIAgentType.GUARDMINION)) { |
|
|
|
|
output += "Captain Contract: " + contractID + newline; |
|
|
|
|
else |
|
|
|
|
output += "Captain UUID: " + mob.guardCaptain.getObjectUUID() + newline; |
|
|
|
|
} else |
|
|
|
|
output += "Contract: " + contractID + newline; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|