Skip to content

Commit

Permalink
Fix the version check being incorrect/broken on Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Jan 24, 2024
1 parent f8d6f43 commit 8af3544
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ public static Path getGameDir() {
}

public static String getFiguraModVersionString() {
return ModList.get().getModContainerById(FiguraMod.MOD_ID).get().getModInfo().getVersion().getQualifier();
return ModList.get().getModContainerById(FiguraMod.MOD_ID).get().getModInfo().getVersion().toString();
}

public static Path getConfigDir() {
Expand Down

0 comments on commit 8af3544

Please sign in to comment.