chatcommandsplugin: use logger

This commit is contained in:
sdburns1998
2019-07-07 02:36:53 +02:00
parent dea0d19d92
commit 3b801ce0b0

View File

@@ -818,7 +818,7 @@ public class ChatCommandsPlugin extends Plugin
} }
catch (IOException e) catch (IOException e)
{ {
e.printStackTrace(); log.error(e.toString());
} }
int itemId = item.getId(); int itemId = item.getId();