geforkt von Mirrors/Paper
Slightly changed the Auto Updater error for when it can't find the current version
Dieser Commit ist enthalten in:
Ursprung
74220205f0
Commit
20c8ae59fc
@ -74,7 +74,7 @@ public class AutoUpdater {
|
|||||||
new Thread() {
|
new Thread() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
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");
|
latest = service.getArtifact("latest-" + channel, "latest artifact information");
|
||||||
|
|
||||||
if (isUpdateAvailable()) {
|
if (isUpdateAvailable()) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren