Improve replay system CLI handling

This commit is contained in:
2024-12-01 11:55:06 -06:00
committed by Celtic Minstrel
parent 6ea26ca423
commit a665ec9033
2 changed files with 19 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ bool init_action_log(std::string command, std::string file) {
replaying = true;
} catch(...) {
std::cout << "Failed to load file " << file << std::endl;
return false;
}
return true;
}