Update to info output.

This commit is contained in:
2023-04-30 09:08:03 -04:00
parent 1e208c0881
commit 334a706af3
-1
View File
@@ -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 {