Skip to content

Commit f4a1869

Browse files
committed
fix incorrect EntityDataValue::Long
1 parent 097a620 commit f4a1869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azalea-entity/src/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl AzaleaWrite for EntityMetadataItems {
5959
pub enum EntityDataValue {
6060
Byte(u8),
6161
Int(#[var] i32),
62-
Long(i64),
62+
Long(#[var] i64),
6363
Float(f32),
6464
String(String),
6565
FormattedText(FormattedText),

0 commit comments

Comments
 (0)