From bee6b715b9f9055c783d062bbf2487275af86d35 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 19 May 2007 22:19:27 +0000 Subject: [PATCH] fixed a typo in an unusable stock (so our include parser won't choke) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40823 --- 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 72ff2b9f..c18b1623 100644 --- a/plugins/include/menus.inc +++ b/plugins/include/menus.inc @@ -340,7 +340,7 @@ stock BroadcastMenuToAll(Handle:menu, MenuHandler:handler, time) * @return Number of clients that the vote will wait upon. * @error Invalid Handle. */ -native VoteMenuToAll(Handle:menu, MenuHandler:handler, time) +stock VoteMenuToAll(Handle:menu, MenuHandler:handler, time) { new num = GetMaxClients(); new total;