forked from MagicBane/Server
Unused variable removed.
This commit is contained in:
@@ -225,8 +225,6 @@ public class InfoCmd extends AbstractDevCmd {
|
|||||||
output += newline;
|
output += newline;
|
||||||
output += "Hirelings List: name / slot / floor";
|
output += "Hirelings List: name / slot / floor";
|
||||||
|
|
||||||
BuildingModelBase buildingModelBase = BuildingModelBase.getModelBase(targetBuilding.getMeshUUID());
|
|
||||||
|
|
||||||
for (AbstractCharacter npc : targetBuilding.getHirelings().keySet()) {
|
for (AbstractCharacter npc : targetBuilding.getHirelings().keySet()) {
|
||||||
|
|
||||||
if (npc.getObjectType() != GameObjectType.NPC)
|
if (npc.getObjectType() != GameObjectType.NPC)
|
||||||
|
|||||||
Reference in New Issue
Block a user