Closed fysiks1 closed 3 years ago
I imagine that this could be eligible for 1.9-dev.
Thanks!
Any chance this can be applied to 1.9-dev since it's a bug fix?
Sure, just submit a PR against the 1.9 branch.
Sure, just submit a PR against the 1.9 branch.
Note that it was already cherry-picked into 1.9-dev
. 8e902cb
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.