Merge pull request #1984 from Abi1024/openosrs

supplytracker: Fix ammo tracking bug
This commit is contained in:
Lucwousin
2019-11-09 19:31:23 +01:00
committed by GitHub

View File

@@ -472,6 +472,10 @@ public class SuppliesTrackerPlugin extends Plugin
throwingAmmoLoaded = true;
}
}
else
{
throwingAmmoLoaded = false;
}
}
//Ammo tracking
if (itemContainer.getItems().length > EQUIPMENT_AMMO_SLOT)