From 797dd9171088cd697b3c95663cbbc65b05315414 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 4 Dec 2023 14:25:10 -0600 Subject: revert packet name to Disguised and make it more like ChatPacket::Player --- azalea-world/src/chunk_storage.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-world/src') diff --git a/azalea-world/src/chunk_storage.rs b/azalea-world/src/chunk_storage.rs index ac81fd09..2e1c87c2 100755 --- a/azalea-world/src/chunk_storage.rs +++ b/azalea-world/src/chunk_storage.rs @@ -211,8 +211,8 @@ impl PartialChunkStorage { } /// Set a chunk in the shared storage and reference it from the limited - /// storage. Use [`Self::set_with_shared_reference`] if you already have - /// an `Arc>`. + /// storage. Use [`Self::limited_set`] if you already have an + /// `Arc>`. /// /// # Panics /// If the chunk is not in the render distance. -- cgit v1.2.3