Browse Source

Update to info output.

master
MagicBot 2 years ago
parent
commit
334a706af3
  1. 1
      src/engine/devcmd/cmds/InfoCmd.java

1
src/engine/devcmd/cmds/InfoCmd.java

@ -394,7 +394,6 @@ public class InfoCmd extends AbstractDevCmd { @@ -394,7 +394,6 @@ public class InfoCmd extends AbstractDevCmd {
if (targetNPC.region != null) {
output += newline;
output += "Region found: " + "Building : " + targetNPC.region.parentBuildingID + newline;
;
output += "building level : " + targetNPC.region.level + newline;
output += "building room : " + targetNPC.region.room + newline;
} else {

Loading…
Cancel
Save