Corrected a random option warning
* Fixed a small typo in the itemdb_read_randomopt.
This commit is contained in:
parent
c1ef0aa4ce
commit
e655a73815
@ -1605,7 +1605,7 @@ static bool itemdb_read_randomopt(const char* basedir, bool silent) {
|
||||
|
||||
if (!strchr(p, ','))
|
||||
{
|
||||
ShowError("itemdb_read_combos: Insufficient columns in line %d of \"%s\", skipping.\n", lines, path);
|
||||
ShowError("itemdb_read_randomopt: Insufficient columns in line %d of \"%s\", skipping.\n", lines, path);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user