Skip to content

Commit 4847ef3

Browse files
committed
feat(2.1.7, Fix for Location 26)
1 parent ae118de commit 4847ef3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Codine Development Fuel Script Banner](https://i.imgur.com/qVOMMvW.png)
22

3-
# _CDN-Fuel (2.1.6)_
3+
# _CDN-Fuel (2.1.7)_
44

55
A highly in-depth fuel system for **FiveM** with support for the **QBCore Framework & QBox Remastered**.
66

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fx_version 'cerulean'
22
game 'gta5'
33
author 'https://www.github.com/CodineDev' -- Base Refueling System: (https://github.com/InZidiuZ/LegacyFuel), other code by Codine (https://www.github.com/CodineDev).
44
description 'cdn-fuel'
5-
version '2.1.6'
5+
version '2.1.7'
66

77
client_scripts {
88
'@PolyZone/client.lua',

shared/config.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,10 +1331,10 @@ Config.GasStations = { -- Configuration options for various gas station related
13311331
},
13321332
[26] = {
13331333
zones = {
1334-
vector2(-1838.64, 787.12),
1335-
vector2(-1796.97, 821.97),
1336-
vector2(-1770.08, 797.73),
1337-
vector2(-1813.26, 762.50)
1334+
vector2(-1820.41, 767.31),
1335+
vector2(-1775.49, 802.95),
1336+
vector2(-1798.5, 828.42),
1337+
vector2(-1841.71, 791.66)
13381338
},
13391339
minz = 136.64,
13401340
maxz = 139.9,

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.6
1+
2.1.7

0 commit comments

Comments
 (0)