We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2597cd1 commit 8712fdfCopy full SHA for 8712fdf
src/main/java/com/falsepattern/lib/internal/proxy/CommonProxy.java
@@ -44,6 +44,8 @@ public void preInit(FMLPreInitializationEvent e) {
44
FalsePatternLib.getLog().error("Failed to check for updates!", ex);
45
return Collections.emptyList();
46
});
47
+ } else {
48
+ updatesFuture = CompletableFuture.completedFuture(Collections.emptyList());
49
}
50
51
0 commit comments