Fix various interfaces to adapt with different sizes
This commit is contained in:
@ -757,7 +757,7 @@ class MapManager implements CallbackListener, CommunicationListener, UsageInform
|
||||
$currentIndex = $this->getMapIndex($this->getCurrentMap());
|
||||
|
||||
// No RestructureNeeded
|
||||
if ($currentIndex < Maplist::MAX_MAPS_PER_PAGE - 1) {
|
||||
if ($currentIndex < $this->mapList->getMapPerPage() - 1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user