amxmodx/plugins/cstrike
Fysiks 7fef58c374
Fix for loop index out of bounds error (#966)
Fixes an index out of bounds error when refreshMenus() and subsequently findAdminsWithMenu() is called when there is 32 players in the server. Indexing the playersList array in the for loop condition causes it to try to index with a value of 32 on the very last condition check which is not valid for this array.
2021-06-19 10:36:56 +02:00
..
csstats.sma Add stat constants in plugins (#522) 2018-08-30 18:41:49 +02:00
miscstats.sma Fix string incorrectly formatted in CS Misc Stats plugin (#704) 2019-04-30 09:59:15 +02:00
restmenu.sma Fix for loop index out of bounds error (#966) 2021-06-19 10:36:56 +02:00
stats_logging.sma Add stat constants in plugins (#522) 2018-08-30 18:41:49 +02:00
statsx.sma Add stat constants in plugins (#522) 2018-08-30 18:41:49 +02:00