renamed player actions class

This commit is contained in:
Steffen Schröder
2014-07-19 23:37:19 +02:00
parent 61d80b340d
commit f0862f7f16
7 changed files with 44 additions and 44 deletions

View File

@ -207,7 +207,7 @@ class AdminLists implements ManialinkPageAnswerListener, CallbackListener {
switch ($action) {
case self::ACTION_REVOKE_RIGHTS:
$this->maniaControl->playerManager->playerActions->revokeAuthLevel($adminLogin, $targetLogin);
$this->maniaControl->playerManager->actions->revokeAuthLevel($adminLogin, $targetLogin);
break;
}
}