am dumb stupid or also dumb, how this did not cause multiple things to immediatly explode 18 times, have no idea
This commit is contained in:
@@ -263,8 +263,6 @@ public final class NodeStore {
|
|||||||
if (!this.nodeExists(nodeId)) {
|
if (!this.nodeExists(nodeId)) {
|
||||||
MemoryUtil.memPutLong(ptr, -1);
|
MemoryUtil.memPutLong(ptr, -1);
|
||||||
MemoryUtil.memPutLong(ptr + 8, -1);
|
MemoryUtil.memPutLong(ptr + 8, -1);
|
||||||
MemoryUtil.memPutLong(ptr + 16, -1);
|
|
||||||
MemoryUtil.memPutLong(ptr + 24, -1);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
long pos = this.nodePosition(nodeId);
|
long pos = this.nodePosition(nodeId);
|
||||||
|
|||||||
Reference in New Issue
Block a user