protocol: fix redundant_field_names

This commit is contained in:
ice_iix 2020-06-28 18:28:09 -07:00
parent 853f76b24a
commit 07fed441f3
1 changed files with 1 additions and 1 deletions

View File

@ -2569,7 +2569,7 @@ impl Serializable for PlayerInfoData {
}
},
}),
4 => m.players.push(PlayerDetail::Remove { uuid: uuid }),
4 => m.players.push(PlayerDetail::Remove { uuid }),
_ => panic!(),
}
}