feat: 加点日志

Co-authored-by: MistEO <mistereo@hotmail.com>
This commit is contained in:
zzyyyl
2022-10-11 19:36:24 +08:00
parent 809453e40a
commit 677aa3f90c
10 changed files with 14 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ bool asst::RoguelikeCustomStartTaskPlugin::verify(AsstMsg msg, const json::value
auto roguelike_name_opt = m_status->get_properties("roguelike_name");
if (!roguelike_name_opt) {
Log.error("Roguelike name doesn't exist!");
return false;
}
const std::string roguelike_name = std::move(roguelike_name_opt.value()) + "@";