todo error?

This commit is contained in:
andy 2021-05-13 02:15:17 +00:00 committed by jake
parent 32326a91f8
commit a65afc4123

View File

@ -282,7 +282,7 @@ where
vec![SendShipPacket::Message(Message::new(GameMessage::CreateItem(item_created)))] vec![SendShipPacket::Message(Message::new(GameMessage::CreateItem(item_created)))]
} }
}, },
_ => { _ => { // TODO: error?
Vec::new() Vec::new()
} }
}; };