[GlowColors] Void instead of Int, because of no return.
This commit is contained in:
parent
c9637a753f
commit
8c72b1cae1
@ -403,7 +403,7 @@ void DisplayGlowColorMenu(int client)
|
||||
g_GlowColorsMenu.Display(client, MENU_TIME_FOREVER);
|
||||
}
|
||||
|
||||
public int MenuHandler_GlowColorsMenu(Menu menu, MenuAction action, int param1, int param2)
|
||||
public void MenuHandler_GlowColorsMenu(Menu menu, MenuAction action, int param1, int param2)
|
||||
{
|
||||
switch(action)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user