diff --git a/src/commands/general/CommandBeansShow.java b/src/commands/general/CommandBeansShow.java index 6529904..3b0d6fc 100644 --- a/src/commands/general/CommandBeansShow.java +++ b/src/commands/general/CommandBeansShow.java @@ -105,8 +105,10 @@ public class CommandBeansShow extends Command beanGraphics.drawImage(thouBean, x, y, null); } - Font font = null; + try { + @SuppressWarnings("unused") + Font font = null; font = Font.createFont(Font.TRUETYPE_FONT, new File(Constants.AssetDirectory +"fonts/B612Mono-Regular.ttf")); } catch (Exception e) {