mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
Save a few bytes :trollface:
This commit is contained in:
parent
0e26e5fa50
commit
988ceeb571
@ -80,10 +80,8 @@ public class V117CompatUtil {
|
|||||||
*/
|
*/
|
||||||
private static List<String> getTexturePackList(String param) {
|
private static List<String> getTexturePackList(String param) {
|
||||||
if (param == null) {
|
if (param == null) {
|
||||||
Log.i("V117CompatDebug","null, defaulting to vanilla");
|
Log.i("V117CompatDebug","null, defaulting to empty");
|
||||||
List<String> arr = new ArrayList<>();
|
return new ArrayList<>();
|
||||||
arr.add("\"vanilla\"");
|
|
||||||
return arr;
|
|
||||||
}
|
}
|
||||||
Log.i("V117CompatDebug",param);
|
Log.i("V117CompatDebug",param);
|
||||||
if("[]".equals(param)) return new ArrayList<>();
|
if("[]".equals(param)) return new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user