Amend warning with link to antimalware

This commit is contained in:
libraryaddict 2024-01-30 22:05:52 +13:00
parent c4e98bb075
commit e88f75c82a

View File

@ -200,7 +200,8 @@ public class LibsDisguises extends JavaPlugin {
if (fileCount != pluginYml.getInt("file-count", fileCount)) {
getLogger().severe(
"Lib's Disguises may be infected with malware, please redownload from a trusted source such as SpigotMC. If this warning shows even after" +
" updating, please contact libraryaddict on discord https://discord.gg/J5XRqYX");
" updating, try https://www.spigotmc.org/resources/spigot-anti-malware.64982/ otherwise if that doesn't help then please contact " +
"libraryaddict on discord https://discord.gg/J5XRqYX");
}
getLogger().info("File Name: " + getFile().getName());