Fixes hunger, sounds listener now sync again, fixed checks. Fixes #384

This commit is contained in:
libraryaddict
2019-07-25 15:06:01 +12:00
parent 658c3f0602
commit 887181e6e9
6 changed files with 25 additions and 11 deletions

View File

@@ -54,7 +54,6 @@ public class PluginInformation {
}
public boolean isLegit() {
return getUserID().matches("[0-9]+") && LibsPremium.getResourceID().equals("32453") &&
getDownloadID().matches("-?[0-9]+");
return getUserID().matches("[0-9]+") && getResourceID().equals("32453") && getDownloadID().matches("-?[0-9]+");
}
}