mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-29 21:48:49 +01:00
Fixed previously created error in do_show
This commit is contained in:
parent
1004af6a7d
commit
547f123738
1 changed files with 1 additions and 1 deletions
|
|
@ -2498,8 +2498,8 @@ ACMD(do_show)
|
|||
if (!str_cmp(buf2, value)) {
|
||||
if (builder == 1)
|
||||
builder++;
|
||||
}
|
||||
break;
|
||||
}
|
||||
buf2 = strtok(NULL, " ");
|
||||
}
|
||||
if (!buf2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue