Jump to content

Default Fuel Pricing


Guest lorathon

Recommended Posts

Guest lorathon

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.

Link to comment
Share on other sites

  • Administrators

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

Link to comment
Share on other sites

  • Moderators

# 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.

Link to comment
Share on other sites

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...