Update to info output.
This commit is contained in:
@@ -394,7 +394,6 @@ public class InfoCmd extends AbstractDevCmd {
|
|||||||
if (targetNPC.region != null) {
|
if (targetNPC.region != null) {
|
||||||
output += newline;
|
output += newline;
|
||||||
output += "Region found: " + "Building : " + targetNPC.region.parentBuildingID + newline;
|
output += "Region found: " + "Building : " + targetNPC.region.parentBuildingID + newline;
|
||||||
;
|
|
||||||
output += "building level : " + targetNPC.region.level + newline;
|
output += "building level : " + targetNPC.region.level + newline;
|
||||||
output += "building room : " + targetNPC.region.room + newline;
|
output += "building room : " + targetNPC.region.room + newline;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user