forked from MagicBane/Server
attempt to fix boxed combat
This commit is contained in:
@@ -346,7 +346,8 @@ public class InfoCmd extends AbstractDevCmd {
|
||||
output += "Hidden : " + targetPC.getHidden() + newline;
|
||||
output += "Target Loc: " + targetPC.loc + newline;
|
||||
output += "Player Loc: " + pc.loc + newline;
|
||||
output += "Distance Squared: " + pc.loc.distanceSquared(targetPC.loc);
|
||||
output += "Distance Squared: " + pc.loc.distanceSquared(targetPC.loc) + newline;
|
||||
output += "IsBoxed: " + pc.isBoxed;
|
||||
break;
|
||||
|
||||
case NPC:
|
||||
|
||||
Reference in New Issue
Block a user