map add over mx fixed

This commit is contained in:
kremsy
2013-12-27 21:10:53 +01:00
parent 0f78148fe4
commit 904b4eb6e1
4 changed files with 22 additions and 14 deletions

View File

@ -213,7 +213,7 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener {
case authenticationManager::AUTH_LEVEL_MASTERADMIN:
case authenticationManager::AUTH_LEVEL_SUPERADMIN: $rightLabel->setText("MA"); break;
case authenticationManager::AUTH_LEVEL_ADMIN: $rightLabel->setText("AD"); break;
case authenticationManager::AUTH_LEVEL_OPERATOR: $rightLabel->setText("OP");
case authenticationManager::AUTH_LEVEL_OPERATOR: $rightLabel->setText("MOD");
}
$rightLabel->setTextColor("fff");