diff options
| author | EightFactorial <murphkev000@gmail.com> | 2023-02-08 10:05:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-08 12:05:14 -0600 |
| commit | c23fae6e5dc2832f3649838f514eafb9dfa3e598 (patch) | |
| tree | 45e8dce127bf96ff45a9badc462f7e5553d7c561 /azalea-world/src/entity/info.rs | |
| parent | aa886c101b398f52372df6054c00f9387428cac6 (diff) | |
| download | azalea-drasl-c23fae6e5dc2832f3649838f514eafb9dfa3e598.tar.xz | |
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 <github@matdoes.dev>
Diffstat (limited to 'azalea-world/src/entity/info.rs')
| -rw-r--r-- | azalea-world/src/entity/info.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
