mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-29 15:55:37 +01:00
remove Unnecessary semicolons
This commit is contained in:
@@ -614,7 +614,6 @@ public class Item extends JSONElement {
|
||||
price += kill_effect == null ? 0 : calculateUseCost();
|
||||
} else if (category.action_type == ItemCategory.ActionType.equip) {
|
||||
price += equip_effect == null ? 0 : calculateEquipCost(isWeapon());
|
||||
;
|
||||
price += hit_effect == null ? 0 : calculateHitCost();
|
||||
price += kill_effect == null ? 0 : calculateKillCost();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user