mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-10 17:31:26 +01:00
parent
e7d3a95981
commit
7314cec13c
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user