diff --git a/src/game/boe.actions.cpp b/src/game/boe.actions.cpp index 32c5c8a6..d46dd888 100644 --- a/src/game/boe.actions.cpp +++ b/src/game/boe.actions.cpp @@ -4195,8 +4195,7 @@ void save_replay_log(){ if(replaying) return; fs::path out_file = nav_put_rsrc({"xml"}); - - start_log_file(out_file.string()); + if(!out_file.empty()) start_log_file(out_file.string()); } void debug_crash() {