bank_withdraw_fix2 #43

Closed
andy wants to merge 4 commits from bank_withdraw_fix2 into master
Showing only changes of commit 6cedc893c1 - Show all commits

View File

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