Fix proxy joins (#154)

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()),
},