utopia bot

This commit is contained in:
Quaternions 2024-08-06 14:50:44 -07:00
parent 48dfe8bc40
commit c37069c566

View File

@ -279,7 +279,7 @@ pub fn new<'a>(
); );
*/ */
//load bot //load bot
let bot_file=std::fs::File::open(format!("/home/quat/strafesnet/strafe-client/tools/1722976199076914659")).unwrap(); let bot_file=std::fs::File::open(format!("/home/quat/strafesnet/strafe-client/tools/1722980796007573431")).unwrap();
let instructions=strafesnet_snf::bot::read_bot_debug(bot_file).unwrap(); let instructions=strafesnet_snf::bot::read_bot_debug(bot_file).unwrap();
let mut interpolator=PlayBacker::new( let mut interpolator=PlayBacker::new(
physics, physics,