removed test output
This commit is contained in:
@@ -598,7 +598,6 @@ public class SuppliesTrackerPlugin extends Plugin
|
|||||||
|
|
||||||
if (itemContainer != null && itemContainer == client.getItemContainer(InventoryID.INVENTORY))
|
if (itemContainer != null && itemContainer == client.getItemContainer(InventoryID.INVENTORY))
|
||||||
{
|
{
|
||||||
System.out.println("player inv change");
|
|
||||||
for (int i = 0; i < client.getItemContainer(InventoryID.INVENTORY).getItems().length; i++)
|
for (int i = 0; i < client.getItemContainer(InventoryID.INVENTORY).getItems().length; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user