mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix plax cmods
This commit is contained in:
parent
03a1b51bd7
commit
5cceed1fd7
@ -94,7 +94,7 @@ public class ParallaxChunkMeta {
|
|||||||
|
|
||||||
private static List<IrisFeaturePositional> newList()
|
private static List<IrisFeaturePositional> newList()
|
||||||
{
|
{
|
||||||
return Collections.synchronizedList(new KList<>());
|
return new CopyOnWriteArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
public ParallaxChunkMeta() {
|
public ParallaxChunkMeta() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user