ugml / php-client

ugamela is an open-source clone of the popular browsergame ogame.
https://ugamela.org
GNU Affero General Public License v3.0
14 stars 5 forks source link

remove unnecessary duplicates in loader #35

Open mamen opened 6 years ago

mamen commented 6 years ago

the variable $buildingData contains all buildings of the current planet as a _DBuilding-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.