update bots location
This commit is contained in:
parent
cc33eeb2ad
commit
16575eb777
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user