mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Update world.rs
This commit is contained in:
parent
04a785a579
commit
5f3740b64c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl World {
|
|||
|
||||
pub fn get_chunk(&self, pos: &ChunkPos) -> Option<Arc<Mutex<Chunk>>> {
|
||||
self.chunk_storage.get(pos)
|
||||
}
|
||||
}
|
||||
|
||||
pub fn set_chunk(&mut self, pos: &ChunkPos, chunk: Option<Chunk>) -> Result<(), BufReadError> {
|
||||
self.chunk_storage
|
||||
|
|
Loading…
Add table
Reference in a new issue