Skip to content

Commit 8712fdf

Browse files
committed
fix #4
1 parent 2597cd1 commit 8712fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/falsepattern/lib/internal/proxy/CommonProxy.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public void preInit(FMLPreInitializationEvent e) {
4444
FalsePatternLib.getLog().error("Failed to check for updates!", ex);
4545
return Collections.emptyList();
4646
});
47+
} else {
48+
updatesFuture = CompletableFuture.completedFuture(Collections.emptyList());
4749
}
4850
}
4951

0 commit comments

Comments
 (0)