bank_withdraw_fix2 #44

Merged
jake merged 4 commits from bank_withdraw_fix2 into master 2021-06-20 21:43:08 -04:00
Showing only changes of commit a65afc4123 - Show all commits

View File

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