diff options
| author | mat <git@matdoes.dev> | 2025-03-20 03:30:57 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-03-20 03:30:57 +0000 |
| commit | 5c7332b4692986f8c0ca969d79a6eb39feca686a (patch) | |
| tree | c488461f11ee16c6e002f2ee116046b823e2971c /azalea-client/src/plugins/packet | |
| parent | 13d5cbed1fed1695c28dc1bf1c11b24c68819970 (diff) | |
| download | azalea-drasl-5c7332b4692986f8c0ca969d79a6eb39feca686a.tar.xz | |
add Event::Spawn
Diffstat (limited to 'azalea-client/src/plugins/packet')
| -rw-r--r-- | azalea-client/src/plugins/packet/game/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/packet/game/mod.rs b/azalea-client/src/plugins/packet/game/mod.rs index 42aa0f9b..1e9232bf 100644 --- a/azalea-client/src/plugins/packet/game/mod.rs +++ b/azalea-client/src/plugins/packet/game/mod.rs @@ -1482,7 +1482,7 @@ impl GamePacketHandler<'_> { // this resets a bunch of our components like physics and stuff let entity_bundle = EntityBundle::new( game_profile.uuid, - Vec3::default(), + Vec3::ZERO, azalea_registry::EntityKind::Player, new_instance_name, ); |
