mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
some bug fixes + updated engine with networking fixes
This commit is contained in:
@@ -217,9 +217,7 @@ public class ConnectionService implements INetworkDispatch {
|
||||
|
||||
core.chatService.playerStatusChange(objectShortName, (byte) 0);
|
||||
}
|
||||
|
||||
session.suspendWrite();
|
||||
|
||||
|
||||
long parentId = object.getParentId();
|
||||
|
||||
if(object.getContainer() == null) {
|
||||
@@ -242,6 +240,7 @@ public class ConnectionService implements INetworkDispatch {
|
||||
ghost.toggleFlag(PlayerFlags.LD);
|
||||
|
||||
object.setAttachment("disconnectTask", null);
|
||||
object.setAttachment("buffWorkshop", null);
|
||||
object.createTransaction(core.getCreatureODB().getEnvironment());
|
||||
core.getCreatureODB().put(object, Long.class, CreatureObject.class, object.getTransaction());
|
||||
object.getTransaction().commitSync();
|
||||
|
||||
Reference in New Issue
Block a user