Fixed Typo in Actions Panel of Player List

This commit is contained in:
Alexander Nell 2020-05-18 18:54:55 +02:00
parent c4c47d0f9e
commit 85435c1b4b

View File

@ -559,7 +559,7 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener, Timer
$posY -= $buttonSpacing; $posY -= $buttonSpacing;
$banButton = $this->maniaControl->getManialinkManager()->getElementBuilder()->buildRoundTextButton( $banButton = $this->maniaControl->getManialinkManager()->getElementBuilder()->buildRoundTextButton(
'$700Kick', '$700Ban',
$buttonWidth, $buttonWidth,
$buttonHeight, $buttonHeight,
self::ACTION_BAN_PLAYER . '.' . $login self::ACTION_BAN_PLAYER . '.' . $login