Skip to content

Commit

Permalink
feat(2.1.7, Fix for Location 26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnelyk committed Aug 11, 2023
1 parent ae118de commit 4847ef3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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**.

Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 4 additions & 4 deletions shared/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.6
2.1.7

0 comments on commit 4847ef3

Please sign in to comment.