proper isBoxed info command

This commit is contained in:
2025-03-08 21:09:54 -06:00
parent 6bac4d830a
commit c849bf0a1d
+1 -1
View File
@@ -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: