aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/src/metadata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/metadata.rs b/azalea-entity/src/metadata.rs
index c3fb480f..0a4e921d 100644
--- a/azalea-entity/src/metadata.rs
+++ b/azalea-entity/src/metadata.rs
@@ -2265,7 +2265,7 @@ impl Default for CommandBlockMinecartMetadataBundle {
custom_display_block: CustomDisplayBlock(azalea_block::BlockState::AIR),
display_offset: DisplayOffset(Default::default()),
},
- command_name: CommandName("".to_string()),
+ command_name: CommandName("".to_owned()),
last_output: LastOutput(Default::default()),
}
}