mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix events only being sent on re-connect.
This commit is contained in:
@@ -131,7 +131,7 @@ public final class LoginSession extends Session {
|
|||||||
future.addListener(ChannelFutureListener.CLOSE);
|
future.addListener(ChannelFutureListener.CLOSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (optional.isPresent() && request.isReconnecting()) {
|
if (optional.isPresent() && !request.isReconnecting()) {
|
||||||
optional.get().sendInitialMessages();
|
optional.get().sendInitialMessages();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user