forked from UNLOZE/sm-plugins
[GlowColors] Void instead of Int, because of no return.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user