Variable name refactor.

This commit is contained in:
Jitse Boonstra 2019-02-21 22:22:29 +01:00
parent 7214aea5ff
commit f3a38e6774
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class PacketListener {
try {
Class.forName("io.netty.channel.Channel");
} catch (ClassNotFoundException e) {
} catch (ClassNotFoundException exception) {
legacyProtocol = true;
}