php-client icon indicating copy to clipboard operation
php-client copied to clipboard

remove unnecessary duplicates in loader

Open mamen opened this issue 7 years ago • 0 comments

the variable $buildingData contains all buildings of the current planet as a D_Building-object. The variable $buildingList contains the same information as an associative array which is no longer needed.

The same holds for $defenseData/$defenseList, $techData/$techList and $fleetData/$fleetList.

mamen avatar Jun 12 '18 20:06 mamen