mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Require premium versions to provide user ID
This commit is contained in:
parent
6eb61b28f6
commit
e8355f34ce
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue