Merge branch 'master' of github.com:CitizensDev/Citizens2 into master

This commit is contained in:
fullwall 2021-11-18 22:47:23 +08:00
commit 6d25774d42

View File

@ -31,7 +31,10 @@ public class EmptyChannel extends AbstractChannel {
if (major > 4 || minor > 1 || revision > 24) {
updatedNetty = true;
}
} catch (NumberFormatException | ArrayIndexOutOfBoundsException ignored) {
}
catch (ArrayIndexOutOfBoundsException ignored) {
}
catch (NumberFormatException ignored) {
}
}
}