There was an error while loading. Please reload this page.
1 parent f5016b2 commit b2be45aCopy full SHA for b2be45a
1 file changed
amxmodx/scripting/VipM/WeaponMenu/Menus.inc
@@ -77,7 +77,7 @@ Menu_WeaponsMenu(const playerIndex, const menuIndex, const menuObject[S_WeaponMe
77
}
78
79
new bool:isItemActive = (
80
- itemObject[MenuItem_ShowLimits] == Invalid_Array
+ itemObject[MenuItem_ActiveLimits] == Invalid_Array
81
|| VipM_Limits_ExecuteList(itemObject[MenuItem_ActiveLimits], playerIndex, Limit_Exec_AND)
82
);
83
0 commit comments