fixed doc
This commit is contained in:
parent
2709df4d7e
commit
f624f54269
@ -442,7 +442,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP
|
|||||||
*
|
*
|
||||||
* @param Player $player
|
* @param Player $player
|
||||||
* @param int $voteIndex
|
* @param int $voteIndex
|
||||||
* @param callable $function (Get's only called if the vote is successfull and returns as Parameter the Voting-Results
|
* @param callable $function calls the given function only if the vote is successful and returns as Parameter the Voting-Results
|
||||||
*/
|
*/
|
||||||
public function startVote(Player $player, $voteIndex, $function = null) {
|
public function startVote(Player $player, $voteIndex, $function = null) {
|
||||||
//Player is muted
|
//Player is muted
|
||||||
|
Loading…
Reference in New Issue
Block a user