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:
mcrcortex
2025-06-07 14:04:45 +10:00
parent 0c1917d56e
commit 3b4aa75890

View File

@@ -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);