Skip to content

Commit

Permalink
🐞 fix: Not building with int
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Dec 22, 2024
1 parent fd48e7d commit d64a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/top10hlxce-announce.sp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ void ShowPrefMenu(int client)
DisplayMenu(menu, client, MENU_TIME_FOREVER);
}

public int MenuHandler_Top10(Menu menu, MenuAction action, int param1, int param2)
public void MenuHandler_Top10(Menu menu, MenuAction action, int param1, int param2)
{
if (action == MenuAction_Select)
{
Expand Down

0 comments on commit d64a5db

Please sign in to comment.