Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
FIX: /guns menu don't open on F1 key (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov authored Aug 7, 2021
1 parent 01c2469 commit 1b7bc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public plugin_init()
register_dictionary("csdm_reapi.txt")
register_dictionary("common.txt")

for(new i = 0; i < sizeof(g_szEquipMenuCmds)-1; i++)
for(new i = 0; i < sizeof(g_szEquipMenuCmds); i++)
{
register_clcmd(g_szEquipMenuCmds[i], "ClCmd_EnableMenu")
}
Expand Down

0 comments on commit 1b7bc51

Please sign in to comment.