mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Add default
This commit is contained in:
parent
ca4d8638fd
commit
b875c8fc97
@ -197,7 +197,7 @@ public class LibsDisguises extends JavaPlugin {
|
|||||||
|
|
||||||
int fileCount = ReflectionManager.getJarFileCount(getFile(), CompileMethods.ignoredDirectories());
|
int fileCount = ReflectionManager.getJarFileCount(getFile(), CompileMethods.ignoredDirectories());
|
||||||
|
|
||||||
if (fileCount != pluginYml.getInt("file-count")) {
|
if (fileCount != pluginYml.getInt("file-count", fileCount)) {
|
||||||
getLogger().severe(
|
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" +
|
"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, please contact libraryaddict on discord https://discord.gg/J5XRqYX");
|
||||||
|
Loading…
Reference in New Issue
Block a user