[GlowColors] Void instead of Int, because of no return.

This commit is contained in:
zaCade 2025-06-01 14:33:09 +02:00
parent c9637a753f
commit 8c72b1cae1

View File

@ -403,7 +403,7 @@ void DisplayGlowColorMenu(int client)
g_GlowColorsMenu.Display(client, MENU_TIME_FOREVER); 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) switch(action)
{ {