chatcommandsplugin: use logger
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user