Sponge is loading, other plugins load, fixed some bugs that were introduced, added sponge plugin uploader in maven workflow

This commit is contained in:
2025-05-28 16:33:29 -04:00
parent 68a2acce00
commit f271275bfa
7 changed files with 26 additions and 6 deletions
@@ -90,6 +90,8 @@ public abstract class APIPlayer {
checkResult = new CheckResult(result, ResultType.ALLOWED);
}
AntiVPN.getInstance().getExecutor().log(Level.FINE, "Result for " + ip.getHostAddress() + " is " + checkResult.resultType());
checkResultCache.put(ip.getHostAddress(), checkResult);
onKick.accept(checkResult);
AntiVPN.getInstance().checked++;