forked from MagicBane/Server
Removed temp in-building loc due to null.
This commit is contained in:
@@ -53,7 +53,7 @@ public class SlotTestCmd extends AbstractDevCmd {
|
|||||||
|
|
||||||
outString += "\r\n" + hireling.getName() + " slot " + building.getHirelings().get(hireling);
|
outString += "\r\n" + hireling.getName() + " slot " + building.getHirelings().get(hireling);
|
||||||
|
|
||||||
if (hireling.getObjectType().equals(GameObjectType.NPC)) {
|
/* if (hireling.getObjectType().equals(GameObjectType.NPC)) {
|
||||||
npc = (NPC) hireling;
|
npc = (NPC) hireling;
|
||||||
outString += "\r\n" + "location " + npc.inBuildingLoc.toString();
|
outString += "\r\n" + "location " + npc.inBuildingLoc.toString();
|
||||||
continue;
|
continue;
|
||||||
@@ -62,6 +62,7 @@ public class SlotTestCmd extends AbstractDevCmd {
|
|||||||
mob = (Mob) hireling;
|
mob = (Mob) hireling;
|
||||||
|
|
||||||
outString += "\r\n" + "location " + mob.inBuildingLoc.toString();
|
outString += "\r\n" + "location " + mob.inBuildingLoc.toString();
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user