From 8c72b1cae1f9d0b33462654eb93e09e572ee9e0e Mon Sep 17 00:00:00 2001 From: zaCade Date: Sun, 1 Jun 2025 14:33:09 +0200 Subject: [PATCH] [GlowColors] Void instead of Int, because of no return. --- GlowColors/scripting/GlowColors.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlowColors/scripting/GlowColors.sp b/GlowColors/scripting/GlowColors.sp index 07848b3..2724d05 100644 --- a/GlowColors/scripting/GlowColors.sp +++ b/GlowColors/scripting/GlowColors.sp @@ -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) {