From 16575eb777c516d844fc5fe491716d232d584ef6 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 8 Aug 2024 13:36:11 -0700 Subject: [PATCH] update bots location --- src/physics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.rs b/src/physics.rs index 2f55a43..369ebd1 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1821,7 +1821,7 @@ mod test{ physics.generate_models(&map); //load bot - let bot_file=std::fs::File::open(format!("/home/quat/strafesnet/strafe-client/tools/debug_bots/{bot}")).unwrap(); + let bot_file=std::fs::File::open(format!("/run/media/quat/Files/Documents/Strafe Client/debug_bots_v1/{bot}")).unwrap(); let instructions=strafesnet_snf::bot::read_bot_debug(bot_file).unwrap(); //run bot on physics