disable ToggleUIFeature for the widget
This commit is contained in:
parent
53637d3c8e
commit
09480c14eb
@ -230,13 +230,13 @@ class MatchManagerReadyButton implements ManialinkPageAnswerListener, CommandLis
|
|||||||
$this->closeReadyWidget($player->login);
|
$this->closeReadyWidget($player->login);
|
||||||
} else if (!$player->isSpectator && !isset($this->playersreadystate[$player->login])) {
|
} else if (!$player->isSpectator && !isset($this->playersreadystate[$player->login])) {
|
||||||
$this->playersreadystate[$player->login] = 0;
|
$this->playersreadystate[$player->login] = 0;
|
||||||
$this->maniaControl->getManialinkManager()->sendManialink($this->MLisNotReady, $player->login);
|
$this->maniaControl->getManialinkManager()->sendManialink($this->MLisNotReady, $player->login, ToggleUIFeature: false);
|
||||||
$this->maniaControl->getChat()->sendSuccess($this->chatprefix . 'You can now set you $<$f00Ready$> by clicking on the button', $player);
|
$this->maniaControl->getChat()->sendSuccess($this->chatprefix . 'You can now set you $<$f00Ready$> by clicking on the button', $player);
|
||||||
} else if (!$player->isSpectator && isset($this->playersreadystate[$player->login])) {
|
} else if (!$player->isSpectator && isset($this->playersreadystate[$player->login])) {
|
||||||
if ($this->playersreadystate[$player->login] == 1) {
|
if ($this->playersreadystate[$player->login] == 1) {
|
||||||
$this->maniaControl->getManialinkManager()->sendManialink($this->MLisReady, $player->login);
|
$this->maniaControl->getManialinkManager()->sendManialink($this->MLisReady, $player->login, ToggleUIFeature: false);
|
||||||
} else {
|
} else {
|
||||||
$this->maniaControl->getManialinkManager()->sendManialink($this->MLisNotReady, $player->login);
|
$this->maniaControl->getManialinkManager()->sendManialink($this->MLisNotReady, $player->login, ToggleUIFeature: false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user