improved mxinfosearcher

This commit is contained in:
kremsy
2014-01-08 22:15:36 +01:00
parent 8854d4ac58
commit 0d7f02a89a
3 changed files with 134 additions and 47 deletions

View File

@ -157,8 +157,6 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
$i = 0;
$y -= 10;
foreach($maps as $map) {
var_dump($map);
return;
$mapFrame = new Frame();
$frame->add($mapFrame);
$array = array($map->id => $x + 5, $map->name => $x + 17, $map->author => $x + 65, $map->mood => $x + 100, $map->maptype => $x + 115);