mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 16:43:21 +00:00
Bug fixes
This commit is contained in:
parent
cfa976cd95
commit
848fa7e76e
9 changed files with 1102 additions and 1050 deletions
|
@ -415,7 +415,7 @@ int GetSpawnedIndex(int client, int index) {
|
|||
}
|
||||
return -1;
|
||||
}
|
||||
#define MAX_SEARCH_RESULTS 10
|
||||
#define MAX_SEARCH_RESULTS 30
|
||||
ArrayList SearchItems(const char[] query) {
|
||||
// We have to put it into SearchData enum struct, then convert it back to ItemResult
|
||||
LoadCategories();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue