Commit Graph
4 Commits
Author SHA1 Message Date
Fysiks 5b1b844184 Fix incorrect uses of feof() (#957)
Using feof() as the while loop condition for detecting the end of the file is incorrect.
2021-08-07 17:28:35 +02:00
Fysiks d88b7e3c98 Change default chat time to 0.0 (#977) 2021-08-07 17:19:38 +02:00
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
Fysiks 3c1856f7af Add ignore for amxx binaries (#960) 2021-05-06 20:40:48 -07:00