check bugfix

This commit is contained in:
2022-11-03 19:13:49 +01:00
parent 176e9724e7
commit 2d6b6fa277
4 changed files with 17 additions and 13 deletions

View File

@@ -115,9 +115,10 @@ public class T2CupdateAPI {
}.runTaskLaterAsynchronously(plugin, 600L);
} else sendUpdateMsg(prefix, spigotID, discord, plugin);
} else {
if (!update.load){
if (!update.load) {
T2Csend.console(prefix + " §2No update found.");
update.load = true;
T2CupdateAPI.pluginVersions.replace(plugin.getName(), update);
}
}
}, prefix, plugin.getDescription().getVersion());