From 148f20381750be3e2c38a6bdaf8d339113da1b39 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 15 Jul 2023 02:06:19 -0500 Subject: fix auto respawn and fix entity metadata --- azalea/src/auto_respawn.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src') 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"); } } -- cgit v1.2.3