mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Added more instructions to sponge version check what to do
This commit is contained in:
parent
fb998fdc90
commit
5468a22c50
@ -55,9 +55,9 @@ public class SpongeVersionChecker extends VersionChecker {
|
||||
return Optional.of(OreVersionInfoLoader.load());
|
||||
} catch (IOException e) {
|
||||
errorLogger.warn(e, ErrorContext.builder()
|
||||
.related(locale.getString(PluginLang.VERSION_FAIL_READ_VERSIONS))
|
||||
.whatToDo("Allow Plan to check for updates from Ore or disable update check.")
|
||||
.build());
|
||||
.related(locale.getString(PluginLang.VERSION_FAIL_READ_VERSIONS))
|
||||
.whatToDo("Allow Plan to check for updates from Ore (" + e.getMessage() + ") or disable update check from Plan config.")
|
||||
.build());
|
||||
return Optional.empty();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user