stonedtracker: changed info to debug

stonedtracker: changed info to debug
This commit is contained in:
Justin
2019-08-24 17:32:48 +10:00
committed by GitHub
parent d080c631d0
commit 7d3c49873c

View File

@@ -177,7 +177,7 @@ class LootPanel extends JPanel
String currentText;
String loggedText;
log.info(name);
log.debug(name);
switch (name)
{
@@ -339,4 +339,4 @@ class LootPanel extends JPanel
this.revalidate();
this.repaint();
}
}
}