Fixed supplyTracker ammo tracking bug

This commit is contained in:
Abi1024
2019-11-09 11:02:52 -05:00
parent da948b6bf7
commit 0745163a60

View File

@@ -471,6 +471,8 @@ public class SuppliesTrackerPlugin extends Plugin
thrownAmount = mainHandItem.getQuantity(); thrownAmount = mainHandItem.getQuantity();
throwingAmmoLoaded = true; throwingAmmoLoaded = true;
} }
}else{
throwingAmmoLoaded = false;
} }
} }
//Ammo tracking //Ammo tracking