[KnifeBan] CChange function return type to void.
This commit is contained in:
parent
6a0b75ed61
commit
de4f04a310
@ -552,7 +552,7 @@ public void OpenKnifebanlistMenu(int client)
|
|||||||
menu.Display(client, MENU_TIME_FOREVER);
|
menu.Display(client, MENU_TIME_FOREVER);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int MenuHandler_MainMenu(Menu menu, MenuAction action, int client, int selection)
|
public void MenuHandler_MainMenu(Menu menu, MenuAction action, int client, int selection)
|
||||||
{
|
{
|
||||||
switch(action)
|
switch(action)
|
||||||
{
|
{
|
||||||
@ -644,7 +644,7 @@ public void OpenKnifebanlistOfTheClient(int client, char sBuffer[32])
|
|||||||
menuclient.Display(client, MENU_TIME_FOREVER);
|
menuclient.Display(client, MENU_TIME_FOREVER);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int MenuHandler_ClientMenu(Menu menuclient, MenuAction action, int client, int selection)
|
public void MenuHandler_ClientMenu(Menu menuclient, MenuAction action, int client, int selection)
|
||||||
{
|
{
|
||||||
switch(action)
|
switch(action)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user