@@ -134,7 +134,7 @@ public class AmmoPlugin extends Plugin
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
infoBoxManager.removeInfoBox(counterBox);
|
removeInfobox();
|
||||||
final BufferedImage image = itemManager.getImage(item.getId(), 5, false);
|
final BufferedImage image = itemManager.getImage(item.getId(), 5, false);
|
||||||
counterBox = new AmmoCounter(this, item.getId(), item.getQuantity(), comp.getName(), image);
|
counterBox = new AmmoCounter(this, item.getId(), item.getQuantity(), comp.getName(), image);
|
||||||
infoBoxManager.addInfoBox(counterBox);
|
infoBoxManager.addInfoBox(counterBox);
|
||||||
|
|||||||
Reference in New Issue
Block a user