diff --git a/strafe-client/src/session.rs b/strafe-client/src/session.rs index e9d10a5..18bad1e 100644 --- a/strafe-client/src/session.rs +++ b/strafe-client/src/session.rs @@ -300,6 +300,7 @@ impl InstructionConsumer> for Session{ std::fs::create_dir_all("replays").unwrap(); let file=std::fs::File::create(file_name).unwrap(); strafesnet_snf::bot::write_bot(std::io::BufWriter::new(file),crate::physics::VERSION.get(),replay.recording.instructions).unwrap(); + println!("Finished writing bot file!"); }); }, }