From 4847ef3e5276cffaf06e60f682a64ffab6b43a7a Mon Sep 17 00:00:00 2001 From: dnelyk <95599217+dnelyk@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:07:59 -0700 Subject: [PATCH] feat(2.1.7, Fix for Location 26) --- README.md | 2 +- fxmanifest.lua | 2 +- shared/config.lua | 8 ++++---- version | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23838c7..7beb632 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Codine Development Fuel Script Banner](https://i.imgur.com/qVOMMvW.png) -# _CDN-Fuel (2.1.6)_ +# _CDN-Fuel (2.1.7)_ A highly in-depth fuel system for **FiveM** with support for the **QBCore Framework & QBox Remastered**. diff --git a/fxmanifest.lua b/fxmanifest.lua index b3b4e3d..7f4ff67 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,7 +2,7 @@ fx_version 'cerulean' game 'gta5' author 'https://www.github.com/CodineDev' -- Base Refueling System: (https://github.com/InZidiuZ/LegacyFuel), other code by Codine (https://www.github.com/CodineDev). description 'cdn-fuel' -version '2.1.6' +version '2.1.7' client_scripts { '@PolyZone/client.lua', diff --git a/shared/config.lua b/shared/config.lua index f7d1c6a..a19e032 100644 --- a/shared/config.lua +++ b/shared/config.lua @@ -1331,10 +1331,10 @@ Config.GasStations = { -- Configuration options for various gas station related }, [26] = { zones = { - vector2(-1838.64, 787.12), - vector2(-1796.97, 821.97), - vector2(-1770.08, 797.73), - vector2(-1813.26, 762.50) + vector2(-1820.41, 767.31), + vector2(-1775.49, 802.95), + vector2(-1798.5, 828.42), + vector2(-1841.71, 791.66) }, minz = 136.64, maxz = 139.9, diff --git a/version b/version index b6da512..9671f9a 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.6 \ No newline at end of file +2.1.7 \ No newline at end of file