diff options
| author | Isaiah <73615108+lightningik@users.noreply.github.com> | 2023-10-02 07:50:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 16:50:15 +0200 |
| commit | fe5d224ed60ae5717e88f5333d02b7699ea62f61 (patch) | |
| tree | 7af124e59f66586c391356e54475dd5b4f594876 /src/main/java/io/github/moulberry/notenoughupdates/miscfeatures | |
| parent | 981acc84d7426c8b643492b24a8731208976d6e2 (diff) | |
| download | notenoughupdates-fe5d224ed60ae5717e88f5333d02b7699ea62f61.tar.gz notenoughupdates-fe5d224ed60ae5717e88f5333d02b7699ea62f61.tar.bz2 notenoughupdates-fe5d224ed60ae5717e88f5333d02b7699ea62f61.zip | |
Make Update Notification timeout after 10 seconds. (#846)
Co-authored-by: LightningYTlol <unconfigured@null.spigotmc.org>
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 | 2 |
1 files changed, 1 insertions, 1 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 f41654e7..ac77d276 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 @@ -159,7 +159,7 @@ public class AutoUpdater { "", "§eThere is a new version of NotEnoughUpdates available.", "§eCheck the chat for more information" - ), true); + ), false); try { if (directDownload != null) updateFromURL(new URL(directDownload)); |
