Removed Npc hasListener method.

This commit is contained in:
MobiusDevelopment
2021-09-20 23:25:06 +00:00
parent e91f6902dd
commit f4fa6dcd9f
21 changed files with 0 additions and 126 deletions

View File

@@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event