Skip to content

Commit 1e77893

Browse files
committed
fix: error
1 parent 2901b36 commit 1e77893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/network/handler/resource.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn handle_request(session: &mut Session, _packet: &<BedrockProtocol as ProtoVers
6262
resource_name: "".to_string(),
6363
chunk_id: 0,
6464
byte_offset: 0,
65-
chunk_data: "".to_string(),
65+
chunk_data: vec![],
6666
}
6767
.into(),
6868
))

0 commit comments

Comments
 (0)