Amend message

This commit is contained in:
libraryaddict 2024-01-18 20:54:02 +13:00
parent 33879c9a36
commit ca4d8638fd

View File

@ -198,7 +198,9 @@ public class LibsDisguises extends JavaPlugin {
int fileCount = ReflectionManager.getJarFileCount(getFile(), CompileMethods.ignoredDirectories());
if (fileCount != pluginYml.getInt("file-count")) {
getLogger().severe("Lib's Disguises may be infected by malware by a third party, please redownload from a trusted source such as SpigotMC");
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");
}
getLogger().info("File Name: " + getFile().getName());