mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -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
|
||||
{
|
||||
private static final List<String> mLineList = new ArrayList<>();
|
||||
private static final List<String> mLineList = Collections.synchronizedList(new ArrayList<>());
|
||||
|
||||
public static void load() {
|
||||
mLineList.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user