aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-04 14:25:10 -0600
committermat <git@matdoes.dev>2023-12-04 14:27:13 -0600
commit797dd9171088cd697b3c95663cbbc65b05315414 (patch)
treec179130af8172015b0d0c3b31732c77b563744a0 /azalea-world/src
parent888c2765037711f45a6dac8d8bad70dc9ee70998 (diff)
downloadazalea-drasl-797dd9171088cd697b3c95663cbbc65b05315414.tar.xz
revert packet name to Disguised and make it more like ChatPacket::Player
Diffstat (limited to 'azalea-world/src')
-rwxr-xr-xazalea-world/src/chunk_storage.rs4
1 files changed, 2 insertions, 2 deletions
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<RwLock<Chunk>>`.
+ /// storage. Use [`Self::limited_set`] if you already have an
+ /// `Arc<RwLock<Chunk>>`.
///
/// # Panics
/// If the chunk is not in the render distance.