Reverse pi check

This commit is contained in:
libraryaddict 2019-12-22 12:30:44 +13:00
parent 88f3c79fc0
commit 1e313a5a57

View File

@ -244,7 +244,7 @@ public class LibsDisguises extends JavaPlugin {
if (LibsPremium.isPremium() &&
((LibsPremium.getPaidInformation() != null && !LibsPremium.getPaidInformation().isLegit()) ||
(LibsPremium.getPluginInformation() != null &&
LibsPremium.getPluginInformation().isLegit()))) {
!LibsPremium.getPluginInformation().isLegit()))) {
throw new IllegalStateException(
"Error while checking pi rate on startup! Please re-download the jar from SpigotMC before " +
"reporting this error!");