Skip to content

Commit

Permalink
fix: Missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Nov 17, 2023
1 parent 92705a8 commit 71ee907
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
//#if FORGE>=2 && MC>=1.20.2
//$$ import net.neoforged.fml.loading.FMLPaths;
//$$ import net.neoforged.fml.ModList;
//$$ import net.neoforged.fml.loading.LoadingModList
//$$ import net.neoforged.fml.loading.LoadingModList;
//#else
//$$ import net.minecraftforge.fml.loading.FMLPaths;
//$$ import net.minecraftforge.fml.ModList;
//$$ import net.minecraftforge.fml.loading.LoadingModList
//$$ import net.minecraftforge.fml.loading.LoadingModList;
//#endif
//#endif

Expand Down

0 comments on commit 71ee907

Please sign in to comment.