proper isBoxed info command
This commit is contained in:
@@ -347,7 +347,7 @@ public class InfoCmd extends AbstractDevCmd {
|
||||
output += "Target Loc: " + targetPC.loc + newline;
|
||||
output += "Player Loc: " + pc.loc + newline;
|
||||
output += "Distance Squared: " + pc.loc.distanceSquared(targetPC.loc) + newline;
|
||||
output += "IsBoxed: " + pc.isBoxed;
|
||||
output += "IsBoxed: " + targetPC.isBoxed;
|
||||
break;
|
||||
|
||||
case NPC:
|
||||
|
||||
Reference in New Issue
Block a user