Method initSeenCreatures should be protected.
This commit is contained in:
@ -5425,7 +5425,7 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
|
||||
return _blockActionsAllowedSkills.containsKey(skill.getId());
|
||||
}
|
||||
|
||||
public void initSeenCreatures()
|
||||
protected void initSeenCreatures()
|
||||
{
|
||||
if (_seenCreatures == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user