Tempfix for not triggering onFirstTalk.
This commit is contained in:
@ -108,7 +108,8 @@ public class ListenersContainer
|
||||
|
||||
public boolean hasListener(EventType type)
|
||||
{
|
||||
return (_listeners != null) && !getListeners(type).isEmpty();
|
||||
// FIXME: return (_listeners != null) && !getListeners(type).isEmpty();
|
||||
return !getListeners(type).isEmpty();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user