Skip to content

Commit

Permalink
fix: Remove LiteLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Dec 26, 2023
1 parent 0ded5fe commit ff8e72d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CFLookup/Jobs/SaveMinecraftModStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public static async Task RunAsync(PerformContext context)
{
{ "Forge", ModLoaderType.Forge },
{ "Fabric", ModLoaderType.Fabric },
{ "LiteLoader", ModLoaderType.LiteLoader },
{ "Quilt", ModLoaderType.Quilt },
{ "NeoForge", (ModLoaderType)6 }
};
Expand Down

0 comments on commit ff8e72d

Please sign in to comment.