We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6634d99 commit 7cd1c04Copy full SHA for 7cd1c04
src/me/AKZOMBIE74/SCMD.java
@@ -67,6 +67,7 @@ public void help(Player p){
67
p.sendMessage(ChatColor.AQUA+"Version: "+Selector.getInstance().CURRENT_VERSION);
68
p.sendMessage(ChatColor.BLUE+"/ss <server> - Teleports you to the specified server");
69
p.sendMessage(ChatColor.BLUE+"/ssr - Reloads ServSel");
70
+ Selector.getInstance().checkForUpdates();
71
if (Selector.getInstance().shouldUpdate){
72
p.sendMessage(ChatColor.DARK_RED+"It is recommended you update to version "+Selector.getInstance().VERSION);
73
p.sendMessage(ChatColor.YELLOW+Selector.getInstance().CHANGELOG);
0 commit comments