We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2901b36 commit 1e77893Copy full SHA for 1e77893
1 file changed
src/network/handler/resource.rs
@@ -62,7 +62,7 @@ fn handle_request(session: &mut Session, _packet: &<BedrockProtocol as ProtoVers
62
resource_name: "".to_string(),
63
chunk_id: 0,
64
byte_offset: 0,
65
- chunk_data: "".to_string(),
+ chunk_data: vec![],
66
}
67
.into(),
68
))
0 commit comments