Skip to content

Commit

Permalink
GH-131 Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed Nov 19, 2020
1 parent 97f8748 commit bf72903
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/CombatEngineAres.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ function Combat($Attacker, $Defender, $AttackerTech, $DefenderTech, $UseRapidFir

$TotalForceNeed = 0;
$TotalShootsNeed = 0;
$GainedForce = 0;
$GainedShoots = 0;
$RapidForce4Shield = false;
$RapidForce4Hull = false;
Expand Down Expand Up @@ -927,7 +926,6 @@ function Combat($Attacker, $Defender, $AttackerTech, $DefenderTech, $UseRapidFir

$TotalForceNeed = 0;
$TotalShootsNeed = 0;
$GainedForce = 0;
$GainedShoots = 0;
$RapidForce4Shield = false;
$RapidForce4Hull = false;
Expand Down

0 comments on commit bf72903

Please sign in to comment.