mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Update V117CompatUtil.java
This commit is contained in:
parent
bde10f6cf7
commit
0e26e5fa50
@ -82,7 +82,7 @@ public class V117CompatUtil {
|
||||
if (param == null) {
|
||||
Log.i("V117CompatDebug","null, defaulting to vanilla");
|
||||
List<String> arr = new ArrayList<>();
|
||||
arr.add("vanilla");
|
||||
arr.add("\"vanilla\"");
|
||||
return arr;
|
||||
}
|
||||
Log.i("V117CompatDebug",param);
|
||||
|
Loading…
x
Reference in New Issue
Block a user