mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +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);
|
||||
}
|
||||
|
||||
if (optional.isPresent() && request.isReconnecting()) {
|
||||
if (optional.isPresent() && !request.isReconnecting()) {
|
||||
optional.get().sendInitialMessages();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user