From c23fae6e5dc2832f3649838f514eafb9dfa3e598 Mon Sep 17 00:00:00 2001 From: EightFactorial Date: Wed, 8 Feb 2023 10:05:14 -0800 Subject: Add KeepAliveEvent and Fix Error Messages (#65) * Add KeepAliveEvent * Fix error messages * Panic instead of log error * Do not panic on closed connections * change some wording and fixes * fmt --------- Co-authored-by: Ubuntu --- azalea-world/src/entity/info.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-world/src/entity/info.rs') diff --git a/azalea-world/src/entity/info.rs b/azalea-world/src/entity/info.rs index bf7e0051..48636c5b 100644 --- a/azalea-world/src/entity/info.rs +++ b/azalea-world/src/entity/info.rs @@ -268,7 +268,6 @@ pub fn add_updates_received( } } - /// The [`UpdatesReceived`] component should never be on [`Local`] entities. /// This warns if an entity has both components. fn debug_detect_updates_received_on_local_entities( -- cgit v1.2.3