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) {
|
||||
if (param == null) {
|
||||
Log.i("V117CompatDebug","null, defaulting to vanilla");
|
||||
List<String> arr = new ArrayList<>();
|
||||
arr.add("\"vanilla\"");
|
||||
return arr;
|
||||
Log.i("V117CompatDebug","null, defaulting to empty");
|
||||
return new ArrayList<>();
|
||||
}
|
||||
Log.i("V117CompatDebug",param);
|
||||
if("[]".equals(param)) return new ArrayList<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user