mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
Improve default configs
This commit is contained in:
@@ -51,8 +51,8 @@ public class VersionHelper {
|
||||
}
|
||||
updateFuture.complete(true);
|
||||
} catch (Exception exception) {
|
||||
plugin.getPluginLogger().warn("Error occurred when checking update.", exception);
|
||||
updateFuture.complete(false);
|
||||
plugin.getPluginLogger().warn("Error occurred when checking update.");
|
||||
updateFuture.completeExceptionally(exception);
|
||||
}
|
||||
});
|
||||
return updateFuture;
|
||||
|
||||
Reference in New Issue
Block a user