mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
f
This commit is contained in:
parent
42e02a6129
commit
88a5d33bad
@ -26,12 +26,10 @@ import com.volmit.iris.engine.data.nbt.tag.LongArrayTag;
|
|||||||
import com.volmit.iris.util.collection.KMap;
|
import com.volmit.iris.util.collection.KMap;
|
||||||
|
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.lang.reflect.Method;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.concurrent.atomic.AtomicLong;
|
|
||||||
import java.util.concurrent.atomic.AtomicLongArray;
|
import java.util.concurrent.atomic.AtomicLongArray;
|
||||||
|
|
||||||
public class Section {
|
public class Section {
|
||||||
@ -449,7 +447,7 @@ public class Section {
|
|||||||
try {
|
try {
|
||||||
f = AtomicLongArray.class.getDeclaredField("array");
|
f = AtomicLongArray.class.getDeclaredField("array");
|
||||||
f.setAccessible(true);
|
f.setAccessible(true);
|
||||||
} catch (NoSuchFieldException e) {
|
} catch (Throwable e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user