mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
Slightly changed the Auto Updater error for when it can't find the current version
This commit is contained in:
parent
74220205f0
commit
20c8ae59fc
@ -74,7 +74,7 @@ public class AutoUpdater {
|
||||
new Thread() {
|
||||
@Override
|
||||
public void run() {
|
||||
current = service.getArtifact(currentSlug, "current artifact information; perhaps you are running a custom version?");
|
||||
current = service.getArtifact(currentSlug, "information about this CraftBukkit version; perhaps you are running a custom one?");
|
||||
latest = service.getArtifact("latest-" + channel, "latest artifact information");
|
||||
|
||||
if (isUpdateAvailable()) {
|
||||
|
Loading…
Reference in New Issue
Block a user