mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-07-30 10:16:51 -04:00
fix: #310 was not fixed because typo, oops
This commit is contained in:
@@ -918,7 +918,7 @@ public final class Tools {
|
||||
pathname.getName().endsWith(".jar") &&
|
||||
// Exclude our three special jars which goes first, second and last
|
||||
!pathname.getName().equals("lwjgl.jar") &&
|
||||
!pathname.getName().equals("/lwjgl-"+internalLwjglVersion+"-merged-modules.jar") &&
|
||||
!pathname.getName().equals("lwjgl-"+internalLwjglVersion+"-merged-modules.jar") &&
|
||||
!pathname.getName().endsWith("lwjglx.jar"));
|
||||
|
||||
if (lwjglModules != null) {
|
||||
|
||||
Reference in New Issue
Block a user