|
|
@ -6,8 +6,6 @@ use std::future::Future; |
|
|
|
use std::pin::Pin;
|
|
|
|
use std::iter::IntoIterator;
|
|
|
|
|
|
|
|
use log::warn;
|
|
|
|
|
|
|
|
use libpso::packet::{ship::Message, messages::GameMessage};
|
|
|
|
use crate::ship::map::MapArea;
|
|
|
|
use crate::ship::ship::SendShipPacket;
|
|
|
@ -885,7 +883,6 @@ where |
|
|
|
move |(mut item_state, mut transaction), _| {
|
|
|
|
let item_drop = item_drop.clone();
|
|
|
|
Box::pin(async move {
|
|
|
|
warn!("converting item drop to floor item");
|
|
|
|
enum ItemOrMeseta {
|
|
|
|
Individual(ItemDetail),
|
|
|
|
Stacked(Tool),
|
|
|
|