Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #164 from Qwatayean/patch-5
Browse files Browse the repository at this point in the history
#150 - Resources are visible on Phalanx
  • Loading branch information
mys authored Jun 18, 2018
2 parents b0cbef1 + a5e115b commit d069e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/class.FlyingFleetsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ private function CreateFleetPopupedMissionLink($fleetRow, $Texte, $FleetType)
{
global $LNG;
$FleetTotalC = $fleetRow['fleet_resource_metal'] + $fleetRow['fleet_resource_crystal'] + $fleetRow['fleet_resource_deuterium'] + $fleetRow['fleet_resource_darkmatter'];
if ($FleetTotalC != 0)
if ($FleetTotalC != 0 && !$this->IsPhalanx)
{
$textForBlind = $LNG['tech'][900].': ';
$textForBlind .= floatToString($fleetRow['fleet_resource_metal']).' '.$LNG['tech'][901];
Expand Down

0 comments on commit d069e48

Please sign in to comment.