Some stuff

This commit is contained in:
libraryaddict
2020-05-21 22:30:53 +12:00
parent 4eb367b61b
commit 3e96e765e9
7 changed files with 98 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ public class PluginInformation {
}
public boolean isLegit() {
return getUserID().matches("[0-9]+") && !getUserID().equals("12345") && !getUserID().equals("00000") &&
getResourceID().equals("32453") && getDownloadID().matches("-?[0-9]+");
return getUserID().matches("[0-9]+") && !getUserID().equals("12345") && getResourceID().equals("32453") &&
getDownloadID().matches("-?[0-9]+");
}
}