1
0
Fork 0
mirror of https://github.com/italicsjenga/valence.git synced 2025-01-11 15:21:31 +11:00

Fix proxy joins ()

This commit is contained in:
emortaldev 2022-11-12 14:32:00 +00:00 committed by GitHub
parent 923fabe890
commit b1561eda73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,7 +382,7 @@ fn make_registry_codec(dimensions: &[Dimension], biomes: &[Biome]) -> Compound {
}
},
ident!("chat_type_registry") => compound! {
ident!("chat_type") => compound! {
"type" => ident!("chat_type"),
"value" => List::Compound(Vec::new()),
},