|
|
|
@ -336,8 +336,9 @@ public class InfoCmd extends AbstractDevCmd {
@@ -336,8 +336,9 @@ public class InfoCmd extends AbstractDevCmd {
|
|
|
|
|
|
|
|
|
|
output += "Swimming : " + targetPC.isSwimming(); |
|
|
|
|
output += newline; |
|
|
|
|
output += "isMoving : " + targetPC.isMoving(); |
|
|
|
|
output += "Zerg Multiplier: " + targetPC.ZergMultiplier; |
|
|
|
|
output += "isMoving : " + targetPC.isMoving() + newline; |
|
|
|
|
output += "Zerg Multiplier: " + targetPC.ZergMultiplier + newline; |
|
|
|
|
output += "isBoxed: " + targetPC.isBoxed + newline; |
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
case NPC: |
|
|
|
|