Fix CME in computIfAbsent
This commit is contained in:
parent
e5be3dd990
commit
6e6c2fad9f
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue