mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Fix misnamed metadata coming from server
This commit is contained in:
@@ -24,6 +24,7 @@ use crate::{
|
|||||||
|
|
||||||
/// Contains the instance metadata relevant to Rojo clients.
|
/// Contains the instance metadata relevant to Rojo clients.
|
||||||
#[derive(Debug, Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct InstanceMetadata {
|
pub struct InstanceMetadata {
|
||||||
ignore_unknown_instances: bool,
|
ignore_unknown_instances: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user