diff --git a/order_cmd.c b/order_cmd.c --- a/order_cmd.c +++ b/order_cmd.c @@ -189,7 +189,7 @@ int32 CmdInsertOrder(TileIndex tile, uin st = GetStation(new_order.station); if (!IsValidStation(st) || - (st->airport_type != AT_OILRIG && !(IsBuoy(st)) && !CheckOwnership(st->owner))) { + (st->airport_type != AT_OILRIG && !IsBuoy(st) && !CheckOwnership(st->owner))) { return CMD_ERROR; }