fix onarmorempty

This commit is contained in:
kremsy
2014-01-09 21:32:17 +01:00
parent ed2a5321c8
commit 9011e6807b
3 changed files with 18 additions and 3 deletions

View File

@ -44,6 +44,19 @@ class ManiaExchangeInfoSearcher {
$this->maniaControl = $maniaControl;
}
public function updateMapObjectWithManiaExchangeIds(){
$maps = $this->maniaControl->mapManager->getMaps();
foreach($maps as $map){
}
}
/**
* Gets a Maplist from Mania Exchange
*