fix: #310 was not fixed because typo, oops

This commit is contained in:
tomikun
2026-07-20 09:40:41 +08:00
parent 3bd4077117
commit e8a088c4df

View File

@@ -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) {