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

Commit

Permalink
#150 - Resources are visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwatayean authored Jun 14, 2018
1 parent e0bcd32 commit a5e115b
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 a5e115b

Please sign in to comment.