mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Require premium versions to provide user ID
This commit is contained in:
parent
6eb61b28f6
commit
e8355f34ce
@ -209,7 +209,7 @@ public class LibsPremium {
|
||||
plugin.getBuildDate());
|
||||
|
||||
if (plugin.isPremium()) {
|
||||
if (!isValidVersion(version, plugin.getVersion())) {
|
||||
if (!isValidVersion(version, plugin.getVersion()) || plugin.getUserID() == null) {
|
||||
DisguiseUtilities.getLogger().warning(
|
||||
"You have an old Lib's Disguises jar (" + file.getName() + " " + fileInfo +
|
||||
") in the LibsDisguises folder! For security purposes, please replace this with a" +
|
||||
|
Loading…
Reference in New Issue
Block a user