Remove extra bracket

This commit is contained in:
Kaboom 2022-05-20 07:14:56 +03:00 committed by GitHub
parent f3a77c1515
commit 1fcbf16022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ public final class PlayerConnection implements Listener {
event.allow();
}
if (Result.KICK_FULL.equals(event.getResult()) && ALLOW_JOIN_ON_FULL_SERVER)) {
if (Result.KICK_FULL.equals(event.getResult()) && ALLOW_JOIN_ON_FULL_SERVER) {
event.allow();
}