mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Too many F, oops
This commit is contained in:
parent
997a76980f
commit
817036fd87
@ -213,7 +213,7 @@ public class ChunkBatch implements InstanceBatch {
|
||||
private void apply(@NotNull Chunk chunk, long value) {
|
||||
final short customBlockId = (short) (value & 0xFFFF);
|
||||
final short blockId = (short) ((value >> 16) & 0xFFFF);
|
||||
final int index = (int) ((value >> 32) & 0xFFFFFFFFFFL);
|
||||
final int index = (int) ((value >> 32) & 0xFFFFFFFFL);
|
||||
|
||||
Data data = null;
|
||||
if (!blockDataMap.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user