also this

This commit is contained in:
Minecon724 2024-06-16 15:01:21 +02:00
parent 8caac69bb5
commit aa100110bd
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -38,7 +38,7 @@ public class Updater extends BukkitRunnable implements Listener {
if (availableUpdate == null) if (availableUpdate == null)
return false; return false;
// TODO // TODO dont forget about verifictaion
return true; return true;
} }