mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-04 18:00:00 +01:00
Merge branch 'master' of github.com:CitizensDev/Citizens2 into master
This commit is contained in:
commit
6d25774d42
@ -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