Merge pull request #1984 from Abi1024/openosrs
supplytracker: Fix ammo tracking bug
This commit is contained in:
@@ -472,6 +472,10 @@ public class SuppliesTrackerPlugin extends Plugin
|
|||||||
throwingAmmoLoaded = true;
|
throwingAmmoLoaded = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
throwingAmmoLoaded = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//Ammo tracking
|
//Ammo tracking
|
||||||
if (itemContainer.getItems().length > EQUIPMENT_AMMO_SLOT)
|
if (itemContainer.getItems().length > EQUIPMENT_AMMO_SLOT)
|
||||||
|
|||||||
Reference in New Issue
Block a user