Add /maxrankup. Closes #2

This commit is contained in:
okx-code
2019-12-29 13:39:58 +00:00
parent 946a13731d
commit 52b73969fd
8 changed files with 97 additions and 23 deletions
@@ -40,7 +40,7 @@ public class UpdateNotifier {
@Override
public void onFailure() {
if (!join) {
send(sender, join, ChatColor.RED + "Error while checking version.");
send(sender, false, ChatColor.RED + "Error while checking version.");
}
}
});