small improvements

This commit is contained in:
kremsy
2017-05-12 20:15:37 +02:00
parent 640d285c78
commit 79f066b473
2 changed files with 3 additions and 3 deletions

View File

@ -426,6 +426,7 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener {
if ($player->isFakePlayer()) {
continue;
}
//TODO combine the following to message to one (saves half of calls)
$this->showRank($player);
$this->showNextRank($player);
}