11.6 Perform Update in Update Checker

This commit is contained in:
2022-04-19 01:29:24 +02:00
parent abf95ecf0c
commit f27ec3c985
3 changed files with 28 additions and 24 deletions

View File

@@ -13,7 +13,6 @@ public class JoinEvent implements Listener {
@EventHandler
public void onJoinEvent(PlayerLoginEvent event) {
Player player = event.getPlayer();
UpdateAPI.join(Main.plugin, Util.getPrefix(), "t2code.lib.updatemsg", event.getPlayer(), Main.spigot, Main.discord);
}
}