Keep search field & allow search by nickname

This commit is contained in:
Beu
2022-04-03 11:57:36 +02:00
parent 8a46edfde6
commit 4948d5219c
3 changed files with 6 additions and 6 deletions

View File

@ -418,7 +418,7 @@ class MapCommands implements CommandListener, ManialinkPageAnswerListener, Callb
return;
}
$this->maniaControl->getMapManager()->getMapList()->showMapList($player, $mapList);
$this->maniaControl->getMapManager()->getMapList()->showMapList($player, $mapList, -1, $author);
}
/**