mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +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())
|
||||
continue;
|
||||
|
||||
this.activeRooms.remove(room.getId());
|
||||
room.dispose();
|
||||
this.activeRooms.remove(room.getId());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user