From 334a706af350f3bb3a049ff71edca5fc97b930c2 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sun, 30 Apr 2023 09:08:03 -0400 Subject: [PATCH] Update to info output. --- src/engine/devcmd/cmds/InfoCmd.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/devcmd/cmds/InfoCmd.java b/src/engine/devcmd/cmds/InfoCmd.java index 320a0eb3..3fa233d4 100644 --- a/src/engine/devcmd/cmds/InfoCmd.java +++ b/src/engine/devcmd/cmds/InfoCmd.java @@ -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 {