mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Reverse pi check
This commit is contained in:
parent
083331e8ea
commit
5fd8e0be3b
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ public class LibsDisguises extends JavaPlugin {
|
||||||
if (LibsPremium.isPremium() &&
|
if (LibsPremium.isPremium() &&
|
||||||
((LibsPremium.getPaidInformation() != null && !LibsPremium.getPaidInformation().isLegit()) ||
|
((LibsPremium.getPaidInformation() != null && !LibsPremium.getPaidInformation().isLegit()) ||
|
||||||
(LibsPremium.getPluginInformation() != null &&
|
(LibsPremium.getPluginInformation() != null &&
|
||||||
LibsPremium.getPluginInformation().isLegit()))) {
|
!LibsPremium.getPluginInformation().isLegit()))) {
|
||||||
throw new IllegalStateException(
|
throw new IllegalStateException(
|
||||||
"Error while checking pi rate on startup! Please re-download the jar from SpigotMC before " +
|
"Error while checking pi rate on startup! Please re-download the jar from SpigotMC before " +
|
||||||
"reporting this error!");
|
"reporting this error!");
|
||||||
|
|
Loading…
Reference in a new issue