Set latestModVersion to true by default so the user doesn't get an update notification if their internet failed
If in a dev environment, ApiClient#isVersionUpToDate always returns true
This commit is contained in:
@@ -92,7 +92,7 @@ public class ReplayMod {
|
||||
public static CrosshairRenderHandler crosshairRenderHandler;
|
||||
|
||||
@Getter
|
||||
private static boolean latestModVersion = false;
|
||||
private static boolean latestModVersion = true;
|
||||
|
||||
// The instance of your mod that Forge uses.
|
||||
@Instance(value = "ReplayModID")
|
||||
|
||||
Reference in New Issue
Block a user