Unused variable removed.

This commit is contained in:
2023-04-04 18:11:07 -04:00
parent 8f87bc5ca0
commit 6a5f0596e0
-2
View File
@@ -225,8 +225,6 @@ public class InfoCmd extends AbstractDevCmd {
output += newline;
output += "Hirelings List: name / slot / floor";
BuildingModelBase buildingModelBase = BuildingModelBase.getModelBase(targetBuilding.getMeshUUID());
for (AbstractCharacter npc : targetBuilding.getHirelings().keySet()) {
if (npc.getObjectType() != GameObjectType.NPC)