Skip to content

Commit d033af6

Browse files
committed
Updated: Notify user that update check has started
1 parent 29d7939 commit d033af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/RoyalCommands/src/main/java/org/royaldev/royalcommands/rcommands/pluginmanager/SCmdUpdateCheckAll.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public void run() {
4141
cs.sendMessage(MessageColor.POSITIVE + "Finished checking for updates.");
4242
}
4343
};
44+
cs.sendMessage(MessageColor.POSITIVE + "Starting check for updates. This may take a while..");
4445
this.plugin.getServer().getScheduler().runTaskAsynchronously(this.plugin, r);
4546
return true;
4647
}

0 commit comments

Comments
 (0)