forked from MagicBane/Server
captain uuid added to aiInfoCmd
This commit is contained in:
@@ -75,9 +75,10 @@ public class aiInfoCmd extends AbstractDevCmd {
|
|||||||
|
|
||||||
if (contractID != 0) {
|
if (contractID != 0) {
|
||||||
|
|
||||||
if (mob.agentType.equals(Enum.AIAgentType.GUARDMINION))
|
if (mob.agentType.equals(Enum.AIAgentType.GUARDMINION)) {
|
||||||
output += "Captain Contract: " + contractID + newline;
|
output += "Captain Contract: " + contractID + newline;
|
||||||
else
|
output += "Captain UUID: " + mob.guardCaptain.getObjectUUID() + newline;
|
||||||
|
} else
|
||||||
output += "Contract: " + contractID + newline;
|
output += "Contract: " + contractID + newline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user