mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-16 01:06:33 +01:00
Update for 2018 release
This commit is contained in:
parent
0bb51e2bc2
commit
544afc796b
6 changed files with 28 additions and 252 deletions
|
|
@ -1049,7 +1049,6 @@ int search_help(const char *argument, int level)
|
|||
|
||||
while (level < help_table[mid].min_level && mid < (bot + top) / 2)
|
||||
mid++;
|
||||
|
||||
if (strn_cmp(argument, help_table[mid].keywords, minlen) || level < help_table[mid].min_level)
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue