Change foundJar for bisect check to isPremium
This commit is contained in:
parent
b4f773c8d4
commit
38349a77ed
@ -243,7 +243,7 @@ public class LibsPremium {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!foundJar) {
|
if (!isPremium()) {
|
||||||
if (bisectHosted = new BisectHosting().isBisectHosted("LibsDisguises")) {
|
if (bisectHosted = new BisectHosting().isBisectHosted("LibsDisguises")) {
|
||||||
DisguiseUtilities.getLogger().info("Hosted by BisectHosting! Premium enabled!");
|
DisguiseUtilities.getLogger().info("Hosted by BisectHosting! Premium enabled!");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user