/** Veto command. Cancel a vote. * This function is bound to the !veto command. It cancels a vote launch by a player. * * \param $id The game ID of the player who executed the command. * \param $command The command parameters. * * \return Nothing. */ public function CommandVeto($id, $command) { Rcon::veto(); }