mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
Make the list synchronized
This commit is contained in:
parent
b601dc3ad5
commit
8df18b9565
@ -7,7 +7,7 @@ import net.kdt.pojavlaunch.*;
|
|||||||
|
|
||||||
public class MCOptionUtils
|
public class MCOptionUtils
|
||||||
{
|
{
|
||||||
private static final List<String> mLineList = new ArrayList<>();
|
private static final List<String> mLineList = Collections.synchronizedList(new ArrayList<>());
|
||||||
|
|
||||||
public static void load() {
|
public static void load() {
|
||||||
mLineList.clear();
|
mLineList.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user