diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-10-10 05:37:05 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-09 20:37:05 +0200 |
| commit | 4662a5a792e4dd790a45cd8da158e4464fb1e2dd (patch) | |
| tree | 7fef407ab831730a0e211a47f1710ad19f1a6ce1 /src/main/java/io/github/moulberry/notenoughupdates/miscfeatures | |
| parent | 98ec7b09eec00e57632a92a0f9245dc755d386ae (diff) | |
| download | notenoughupdates-4662a5a792e4dd790a45cd8da158e4464fb1e2dd.tar.gz notenoughupdates-4662a5a792e4dd790a45cd8da158e4464fb1e2dd.tar.bz2 notenoughupdates-4662a5a792e4dd790a45cd8da158e4464fb1e2dd.zip | |
Last pr before 2.1 i hope (#347)
* Changed version so update notifier works for everyone
* Added some missed stuff to 2.1.md
* Fixed typo
* I just had to... fixed name
* Blame efe and lulo if that isnt right
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/updater/AutoUpdater.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/updater/AutoUpdater.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/updater/AutoUpdater.java index e7ada16f..389cfc75 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/updater/AutoUpdater.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/updater/AutoUpdater.java @@ -95,16 +95,6 @@ public class AutoUpdater { } updateLoader = getUpdateLoader(url); if (updateLoader == null) { - logProgress(new ChatComponentText( - "Your system does not support auto updates. Please download this update manually. Click here to read more about auto update compatibility (or the link above for manual downloads)") - .setChatStyle( - new ChatStyle() - .setChatHoverEvent(new HoverEvent( - HoverEvent.Action.SHOW_TEXT, - new ChatComponentText("Click here to read about auto update modalities") - )) - .setChatClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/neuupdate updatemodes")) - )); return; } updateLoader.greet(); |
