Fix CME in computIfAbsent

This commit is contained in:
SD 2021-01-08 16:19:43 +05:30
parent e5be3dd990
commit 6e6c2fad9f
No known key found for this signature in database
GPG key ID: E36B57EE08544BC5

View file

@ -311,7 +311,6 @@ public class RiftRegistry extends PersistentState {
PocketEntrancePointer pointer = new PocketEntrancePointer(pocket.world, pocket.id);
pointer.world = pocket.world;
this.graph.addVertex(pointer);
this.pocketEntranceMap.put(pocket, pointer);
this.uuidMap.put(pointer.id, pointer);
return pointer;
}),