fixed object db exception, updated engine to reduce desync on zoning in

This commit is contained in:
Light2
2013-12-16 20:53:38 +01:00
parent dce213cab1
commit 56a735c9b1
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -528,6 +528,7 @@ public class NGECore {
synchronized(getActiveConnectionsMap()) {
for(Client client : getActiveConnectionsMap().values()) {
client.getSession().close(true);
connectionService.disconnect(client.getSession());
}
}