Fixed return value of VoteMenuToAll (bug 5254, r=asherkin).
This commit is contained in:
parent
ee49dfa505
commit
4771398e1e
@ -489,7 +489,7 @@ native bool:VoteMenu(Handle:menu, clients[], numClients, time, flags=0);
|
|||||||
* in progress.
|
* in progress.
|
||||||
* @error Invalid Handle.
|
* @error Invalid Handle.
|
||||||
*/
|
*/
|
||||||
stock VoteMenuToAll(Handle:menu, time, flags=0)
|
stock bool:VoteMenuToAll(Handle:menu, time, flags=0)
|
||||||
{
|
{
|
||||||
new total;
|
new total;
|
||||||
decl players[MaxClients];
|
decl players[MaxClients];
|
||||||
|
Loading…
Reference in New Issue
Block a user