mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-14 13:24:43 +01:00
Fix world level rewards not saving
This commit is contained in:
@@ -49,7 +49,7 @@ public class Bitset {
|
|||||||
System.arraycopy(oldData, 0, this.data, 0, oldData.length);
|
System.arraycopy(oldData, 0, this.data, 0, oldData.length);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.data[longArrayOffset] &= (1L << bytePosition);
|
this.data[longArrayOffset] = ~(1L << bytePosition);
|
||||||
}
|
}
|
||||||
|
|
||||||
public byte[] toByteArray() {
|
public byte[] toByteArray() {
|
||||||
|
|||||||
Reference in New Issue
Block a user