SpaceTradersAPI / issues-and-suggestions

16 stars 1 forks source link

Ship cannot travel to planet it is currently on #55

Closed thebrubaker closed 3 years ago

jadlers commented 3 years ago

I'm guessing this issue is regarding the possibility of creating a flight plan to the same location which the ship is currently on. This should not be possible.

".efekts" provided an an image for the bug on Discord: image

jadlers commented 3 years ago

Fixed! Now gives the following error:

{
    "error": {
        "code": 3003,
        "message": "Cannot process flight plan. Ship destination is same as departure."
    }
}