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

Commit 1b7bc51

Browse files
authored
FIX: /guns menu don't open on F1 key (#29)
1 parent 01c2469 commit 1b7bc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cstrike/addons/amxmodx/scripting/CSDM_ReAPI/csdm_equip_manager.sma

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public plugin_init()
7575
register_dictionary("csdm_reapi.txt")
7676
register_dictionary("common.txt")
7777

78-
for(new i = 0; i < sizeof(g_szEquipMenuCmds)-1; i++)
78+
for(new i = 0; i < sizeof(g_szEquipMenuCmds); i++)
7979
{
8080
register_clcmd(g_szEquipMenuCmds[i], "ClCmd_EnableMenu")
8181
}

0 commit comments

Comments
 (0)