Merge branch 'Uristqwerty-master'
This commit is contained in:
commit
da1679a061
1 changed files with 5 additions and 0 deletions
|
@ -185,6 +185,11 @@ public class ListenerList
|
||||||
*/
|
*/
|
||||||
private void buildCache()
|
private void buildCache()
|
||||||
{
|
{
|
||||||
|
if(parent != null && parent.shouldRebuild())
|
||||||
|
{
|
||||||
|
parent.buildCache();
|
||||||
|
}
|
||||||
|
|
||||||
ArrayList<IEventListener> ret = new ArrayList<IEventListener>();
|
ArrayList<IEventListener> ret = new ArrayList<IEventListener>();
|
||||||
for (EventPriority value : EventPriority.values())
|
for (EventPriority value : EventPriority.values())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue