mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
Fix items not saving when room unloaded during client disconnection
This commit is contained in:
parent
01edb31b40
commit
f247588658
@ -386,8 +386,8 @@ public class RoomManager {
|
|||||||
if (Emulator.getPluginManager().fireEvent(new RoomUncachedEvent(room)).isCancelled())
|
if (Emulator.getPluginManager().fireEvent(new RoomUncachedEvent(room)).isCancelled())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
this.activeRooms.remove(room.getId());
|
|
||||||
room.dispose();
|
room.dispose();
|
||||||
|
this.activeRooms.remove(room.getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user