Remove debug message
This commit is contained in:
@@ -37,7 +37,6 @@ public class GoldPan implements Runnable {
|
||||
int adddelaymax = plugin.getConfig().getInt("pans."+pan+".items."+item+".delay.add.max");
|
||||
int removedelaymin = plugin.getConfig().getInt("pans."+pan+".items."+item+".delay.remove.min");
|
||||
int removedelaymax = plugin.getConfig().getInt("pans."+pan+".items."+item+".delay.remove.max");
|
||||
plugin.getLogger().log(Level.INFO, item+String.valueOf(chance));
|
||||
this.items.add(new PanItem(item, chance, adddelaymin, adddelaymax,
|
||||
removedelaymin, removedelaymax));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user