php-client
php-client copied to clipboard
remove unnecessary duplicates in loader
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.