Fixed formatting issue

This commit is contained in:
Abi1024
2019-11-09 11:09:47 -05:00
parent 0745163a60
commit 2148316bab

View File

@@ -471,7 +471,9 @@ public class SuppliesTrackerPlugin extends Plugin
thrownAmount = mainHandItem.getQuantity(); thrownAmount = mainHandItem.getQuantity();
throwingAmmoLoaded = true; throwingAmmoLoaded = true;
} }
}else{ }
else
{
throwingAmmoLoaded = false; throwingAmmoLoaded = false;
} }
} }