mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
Restore compatibility with Java 6
This commit is contained in:
parent
c3dacd06aa
commit
e6b5d53234
@ -181,7 +181,7 @@ abstract class EventLoopProxy implements EventLoop {
|
||||
|
||||
@Override
|
||||
public EventLoop next() {
|
||||
return getDelegate().next();
|
||||
return ((EventLoopGroup) getDelegate()).next();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user