Skip to content

Commit

Permalink
Remove overly optimistic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anttimaki committed Nov 29, 2024
1 parent f18c8a9 commit e93bcb8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ export function getModLoaderPackageNames() {
const names = MODLOADER_PACKAGES.map((mapping) => mapping.packageName);

// Hard code MelonLoader to avoid having to iterate over MODLOADER_PACKAGES
// for each game separately. Hopefully we'll get rid of this once ML v0.6.6
// is released, as it's supposed to fix a bug that forces some games to
// currently use the older versions.
// for each game separately.
names.push("LavaGang-MelonLoader");
return names;
}

0 comments on commit e93bcb8

Please sign in to comment.