forked from MagicBane/Server
Fidaltiy garbage removed from NPC class.
This commit is contained in:
@@ -210,9 +210,6 @@ public class NPC extends AbstractCharacter {
|
||||
try{
|
||||
this.building = BuildingManager.getBuilding(buildingID);
|
||||
|
||||
if (this.building != null)
|
||||
this.building.fidelityNpcs.put(currentID, this.building.fidelityNpcs.size() + 1);
|
||||
|
||||
}catch(Exception e){
|
||||
this.building = null;
|
||||
Logger.error( e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user