aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/features/changeLogGUI/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/changeLogGUI/index.js b/src/features/changeLogGUI/index.js
index 43e34c8..99254e1 100644
--- a/src/features/changeLogGUI/index.js
+++ b/src/features/changeLogGUI/index.js
@@ -36,7 +36,7 @@ class ChangeLogGui extends Feature {
this.registerCommand("downloadbettermap", () => {
new Thread(() => {
- ChatLib.chat("Downloading...")
+ ChatLib.chat("Downloading... (this may take a bit)")
let url = FileLib.getUrlContent("http://soopy.dev/api/bettermap/downloadurl")
@@ -58,7 +58,7 @@ class ChangeLogGui extends Feature {
this.registerCommand("updatebettermap", () => {
new Thread(() => {
- ChatLib.chat("Updating...")
+ ChatLib.chat("Updating... (this may take a bit)")
let url = FileLib.getUrlContent("http://soopy.dev/api/bettermap/downloadurl")