mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Removed unused variable in CombatCommandService
This commit is contained in:
@@ -84,7 +84,6 @@ public class CombatCommandService extends Service {
|
||||
CreatureObject source = eci.getSource();
|
||||
SpecialLineInfo specialLine = DataLoader.specialLines().getSpecialLine(command.getSpecialLine());
|
||||
double actionCost = command.getActionCost() * command.getAttackRolls();
|
||||
int currentAction = source.getAction();
|
||||
|
||||
// TODO future: reduce actionCost with general ACR, weapon ACR and ability ACR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user