mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
fix incorrect EntityDataValue::Long
This commit is contained in:
parent
097a620de1
commit
f4a1869a7d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ impl AzaleaWrite for EntityMetadataItems {
|
|||
pub enum EntityDataValue {
|
||||
Byte(u8),
|
||||
Int(#[var] i32),
|
||||
Long(i64),
|
||||
Long(#[var] i64),
|
||||
Float(f32),
|
||||
String(String),
|
||||
FormattedText(FormattedText),
|
||||
|
|
Loading…
Add table
Reference in a new issue