chore: remove query for ship in getShipController #2022
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "simplify-get-ship"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as far as I can tell, the ShipAttachments and SkinFlavourItem are just here due to the fact that the type from ShipExterior is being reused, but they aren't actually needed because the interior can't have attachments or flavour items - and if it could, they would be different from the exterior anyway.
Initially I did it to mimick the original getShip response, perhaps you can compare if it still matches the original response.
I did not just add it because of some type requirement or so, it had a functional or structural reason (matching original getship).
If all works anway, sure, nice.