mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 12:24:35 +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);
|
||||
}
|
||||
|
||||
this.data[longArrayOffset] &= (1L << bytePosition);
|
||||
this.data[longArrayOffset] = ~(1L << bytePosition);
|
||||
}
|
||||
|
||||
public byte[] toByteArray() {
|
||||
|
||||
Reference in New Issue
Block a user