Jump to content

Default Fuel Pricing


Recommended Posts

Guest lorathon
Posted

Is there a setting to change the default fuel setting? Right now it is set to 5.1 But most of the live pricing is around 1. So the default seems a bit high.

  • Administrators
Posted

Is there a setting to change the default fuel setting? Right now it is set to 5.1 But most of the live pricing is around 1. So the default seems a bit high.

In local.config :)

Guest lorathon
Posted

In local.config :)

Thanks I really should start looking in there first :)

  • Administrators
Posted

I have the same problem, In fact my Finances are in the red because of this. I looked on the config, nothing related to the fuel.

It might be in app.config.php, you'd have to copy it into local.config so it won't get overwritten. I think it's called DEFAULT_FUEL_PRICE

  • Moderators
Posted

# Fuel info
/* Default fuel price, for airports that don't have
And the surcharge percentage. View the docs
for more details about these
*/ 
Config::Set('FUEL_GET_LIVE_PRICE', true);
Config::Set('FUEL_DEFAULT_PRICE', '1.10');
Config::Set('FUEL_SURCHARGE', '5');

This the setting i currently use.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...