nilrider:: fixed save comment

This commit is contained in:
Zeno Rogue 2022-05-09 09:39:29 +02:00
parent c8e5c3e763
commit a300cb6ca0
1 changed files with 1 additions and 1 deletions

View File

@ -95,9 +95,9 @@ void load() {
l->records[i].resize(qg, 0);
l->records[i][g] = t;
}
println(hlog, "error: unknown content ", s);
continue;
}
println(hlog, "error: unknown content ", s);
}
}