From 315a5c642e09ae939492e99c83560780a289818c Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Sat, 14 Apr 2012 00:07:39 +0100 Subject: [PATCH] Fixed return value of VoteMenuToAll (bug 5254, r=asherkin). --- plugins/include/menus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/menus.inc b/plugins/include/menus.inc index 6b2c96fc..7ea017b7 100644 --- a/plugins/include/menus.inc +++ b/plugins/include/menus.inc @@ -489,7 +489,7 @@ native bool:VoteMenu(Handle:menu, clients[], numClients, time, flags=0); * in progress. * @error Invalid Handle. */ -stock VoteMenuToAll(Handle:menu, time, flags=0) +stock bool:VoteMenuToAll(Handle:menu, time, flags=0) { new total; decl players[MaxClients];