Minor bug fixes (incl. fix for #17)

This commit is contained in:
Jitse Boonstra
2019-05-02 17:49:14 +02:00
parent a7026134e0
commit 2982a1ecb3
3 changed files with 4 additions and 3 deletions
@@ -85,7 +85,7 @@ public abstract class TinyProtocol {
logger.info("Attempting to inject into netty");
registerChannelHandler();
registerPlayers(plugin);
} catch (IllegalArgumentException exceptionx) {
} catch (IllegalArgumentException exception) {
// Damn you, late bind
logger.log(Level.WARNING, "Attempting to delay injection");