diff --git a/src/packet/login.rs b/src/packet/login.rs index ff124f7..df4ced4 100644 --- a/src/packet/login.rs +++ b/src/packet/login.rs @@ -489,7 +489,7 @@ impl ShipList { pub fn new(ships: Vec) -> ShipList { ShipList { baseship: ShipListEntry { - menu: ships.get(0).map(|s| s.menu).unwrap_or(0), + menu: ships.first().map(|s| s.menu).unwrap_or(0), item: 0, flags: 0, name: utf8_to_utf16_array("Ship"),