always trigger cancel callback
This commit is contained in:
parent
5ee5f698ab
commit
494139bacb
@ -168,10 +168,11 @@ class Commands implements CallbackListener, CommandListener, ManialinkPageAnswer
|
|||||||
|
|
||||||
if ($this->maniaControl->client->cancelVote()) {
|
if ($this->maniaControl->client->cancelVote()) {
|
||||||
$this->maniaControl->chat->sendInformation($player->getEscapedNickname() . ' cancelled the Vote!');
|
$this->maniaControl->chat->sendInformation($player->getEscapedNickname() . ' cancelled the Vote!');
|
||||||
$this->maniaControl->callbackManager->triggerCallback(self::CB_VOTE_CANCELLED, $player);
|
|
||||||
} else {
|
} else {
|
||||||
$this->maniaControl->chat->sendInformation("There's no vote running currently!", $player);
|
$this->maniaControl->chat->sendInformation("There's no vote running currently!", $player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->maniaControl->callbackManager->triggerCallback(self::CB_VOTE_CANCELLED, $player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user