mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-11 15:21:31 +11:00
Fix proxy joins (#154)
This commit is contained in:
parent
923fabe890
commit
b1561eda73
|
@ -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"),
|
"type" => ident!("chat_type"),
|
||||||
"value" => List::Compound(Vec::new()),
|
"value" => List::Compound(Vec::new()),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue