Variable name refactor.

This commit is contained in:
Jitse Boonstra
2019-02-21 22:22:29 +01:00
parent 7214aea5ff
commit f3a38e6774
@@ -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;
} }