Changed visibility for some listeners with annotation.

Thanks Sdw.
This commit is contained in:
MobiusDev
2017-01-12 07:35:59 +00:00
parent 7e683fd1f7
commit bb2e75b06f
3 changed files with 6 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ public abstract class AbstractEventManager<T extends AbstractEvent<?>>extends Ab
@RegisterEvent(EventType.ON_PLAYER_LOGOUT)
@RegisterType(ListenerRegisterType.GLOBAL_PLAYERS)
private void onPlayerLogout(OnPlayerLogout event)
public void OnPlayerLogout(OnPlayerLogout event)
{
final L2PcInstance player = event.getActiveChar();
if (_registeredPlayers.remove(player))