mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed ODB save error
This commit is contained in:
@@ -261,8 +261,11 @@ public class ConnectionService implements INetworkDispatch {
|
||||
}*/
|
||||
ghost.toggleFlag(PlayerFlags.LD);
|
||||
|
||||
object.setPerformanceListenee(null);
|
||||
object.setPerformanceWatchee(null);
|
||||
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