cleaning
This commit is contained in:
@@ -61,7 +61,7 @@ impl ChunkLoader {
|
||||
* Schedule loading chunks
|
||||
*/
|
||||
pub fn load(&mut self, pos: ChunkPos) {
|
||||
self.queue.send(pos);
|
||||
self.queue.send(pos).unwrap();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user