Skip to content

Commit

Permalink
Updated message
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jun 3, 2022
1 parent a590423 commit af1a303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static void checkForNewUpdates() {
}

if (latestVersion.equals(MOD_VERSION) == false) {
getLogger().info("An update is available! You're using {} version but the latest version is {}!", MOD_VERSION, latestVersion);
getLogger().info("An update for Friends&Foes is available! You're using {} version but the latest version is {}!", MOD_VERSION, latestVersion);
}
}
});
Expand Down

0 comments on commit af1a303

Please sign in to comment.