mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Refactored disconnect handling, updated engine
This commit is contained in:
@@ -67,7 +67,7 @@ public class MissionService implements INetworkDispatch {
|
||||
MissionListRequest request = new MissionListRequest();
|
||||
request.deserialize(data);
|
||||
|
||||
Client client = core.getClient((Integer) session.getAttribute("connectionId"));
|
||||
Client client = core.getClient(session);
|
||||
|
||||
if(client == null || client.getSession() == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user