update bots location

This commit is contained in:
Quaternions 2024-08-08 13:36:11 -07:00
parent cc33eeb2ad
commit 16575eb777

View File

@ -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