mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-12 13:44:28 +01:00
Issue fixed in GraalVM 21.3
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
aa33e2256c
commit
f1a1adc74f
@ -148,7 +148,6 @@ public final class ChunkUtils {
|
||||
* @return an array containing chunks index
|
||||
*/
|
||||
public static long @NotNull [] getChunksInRange(int chunkX, int chunkZ, int range) {
|
||||
// FIXME: currently broken using GraalVM
|
||||
long[] array = new long[MathUtils.square(range * 2 + 1)];
|
||||
int i = 0;
|
||||
for (int x = -range; x <= range; ++x) {
|
||||
|
Loading…
Reference in New Issue
Block a user