Method initSeenCreatures should be protected.

This commit is contained in:
MobiusDevelopment
2021-06-22 23:52:54 +00:00
parent 72c7d5f563
commit f6bc846256
22 changed files with 22 additions and 22 deletions

View File

@ -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)
{