Fix CME in MapleMap.sendObjectPlacement (#339)
This commit is contained in:
@@ -2917,7 +2917,7 @@ public class MapleMap {
|
||||
|
||||
objectRLock.lock();
|
||||
try {
|
||||
objects = Collections.unmodifiableCollection(mapobjects.values());
|
||||
objects = new ArrayList<>(mapobjects.values());
|
||||
} finally {
|
||||
objectRLock.unlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user