This commit is contained in:
Quaternions 2024-08-06 13:44:08 -07:00
parent c0d543301e
commit 48dfe8bc40

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/debug_bots/17cf70412eba16d172a67385cab5727e")).unwrap(); let bot_file=std::fs::File::open(format!("/home/quat/strafesnet/strafe-client/tools/1722976199076914659")).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,