diff options
| author | mat <git@matdoes.dev> | 2023-09-11 22:58:54 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-11 22:59:05 -0500 |
| commit | f8cca413613918a59520ac62c188e194fa27b300 (patch) | |
| tree | cf15ef4426a3896c20ceeec530d66e7aa599ae5d /azalea/src | |
| parent | bcefa64dd192918cfeb1bba27cb4993bec6a17e3 (diff) | |
| download | azalea-drasl-f8cca413613918a59520ac62c188e194fa27b300.tar.xz | |
fix falling through blocks on spawn (and triggering anticheats)
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/pathfinder/simulation.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea/src/pathfinder/simulation.rs b/azalea/src/pathfinder/simulation.rs index 9ee77052..a61b823f 100644 --- a/azalea/src/pathfinder/simulation.rs +++ b/azalea/src/pathfinder/simulation.rs @@ -84,7 +84,6 @@ impl Simulation { MinecraftEntityId(0), InstanceName(instance_name), azalea_entity::Local, - azalea_client::LocalPlayerInLoadedChunk, azalea_entity::Jumping::default(), azalea_entity::LookDirection::default(), Sprinting(true), |
