Fixed supplyTracker ammo tracking bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user