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 (!str_cmp(buf2, value)) {
if (builder == 1) if (builder == 1)
builder++; builder++;
}
break; break;
}
buf2 = strtok(NULL, " "); buf2 = strtok(NULL, " ");
} }
if (!buf2) if (!buf2)