diff options
| author | mat <git@matdoes.dev> | 2023-07-15 02:06:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-15 02:06:19 -0500 |
| commit | 148f20381750be3e2c38a6bdaf8d339113da1b39 (patch) | |
| tree | 893fc171b4228eb7c90d4df7c3394e22042a3d6b /azalea/src | |
| parent | 7405427199e5a994d4a6a706f84434a69cb7a7d9 (diff) | |
| download | azalea-drasl-148f20381750be3e2c38a6bdaf8d339113da1b39.tar.xz | |
fix auto respawn and fix entity metadata
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/auto_respawn.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/auto_respawn.rs b/azalea/src/auto_respawn.rs index 77a75b4b..6d9c5954 100644 --- a/azalea/src/auto_respawn.rs +++ b/azalea/src/auto_respawn.rs @@ -21,5 +21,6 @@ fn auto_respawn( perform_respawn_events.send(PerformRespawnEvent { entity: event.entity, }); + println!("auto respawning"); } } |
