Fixed previously created error in do_show

This commit is contained in:
Fizban 2009-11-20 23:08:26 +00:00
parent 1004af6a7d
commit 547f123738

View file

@ -2498,8 +2498,8 @@ ACMD(do_show)
if (!str_cmp(buf2, value)) {
if (builder == 1)
builder++;
}
break;
}
buf2 = strtok(NULL, " ");
}
if (!buf2)