Fixed minor issues

This commit is contained in:
Jocy
2017-05-10 21:21:04 +02:00
parent ca461d214c
commit a7b4f09f29
2 changed files with 2 additions and 2 deletions

View File

@ -519,7 +519,7 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener {
$pageFrame = new Frame();
$frame->addChild($pageFrame);
$posY = $height / 2 - 10;
$paging->addPage($pageFrame);
$paging->addPageControl($pageFrame);
}
$playerFrame = new Frame();