forked from StrafesNET/strafe-client
print less
This commit is contained in:
parent
1cb0d6e586
commit
8cf66f3446
@ -1006,7 +1006,7 @@ impl crate::instruction::InstructionConsumer<PhysicsInstruction> for PhysicsStat
|
||||
match &ins.instruction {
|
||||
PhysicsInstruction::StrafeTick => (),
|
||||
PhysicsInstruction::Input(InputInstruction::MoveMouse(_)) => (),
|
||||
_=>println!("{:?}",ins),
|
||||
_=>println!("{}|{:?}",ins.time,ins.instruction),
|
||||
}
|
||||
//selectively update body
|
||||
match &ins.instruction {
|
||||
|
Loading…
Reference in New Issue
Block a user