mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-21 06:13:13 -04:00
fixed object db exception, updated engine to reduce desync on zoning in
This commit is contained in:
@@ -528,6 +528,7 @@ public class NGECore {
|
||||
synchronized(getActiveConnectionsMap()) {
|
||||
for(Client client : getActiveConnectionsMap().values()) {
|
||||
client.getSession().close(true);
|
||||
connectionService.disconnect(client.getSession());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user