@@ -115,10 +115,9 @@ 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());
|
||||
|
Reference in New Issue
Block a user