Variable name refactor.
This commit is contained in:
@@ -43,7 +43,7 @@ public class PacketListener {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
Class.forName("io.netty.channel.Channel");
|
Class.forName("io.netty.channel.Channel");
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException exception) {
|
||||||
legacyProtocol = true;
|
legacyProtocol = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user