mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
fix maximum
This commit is contained in:
+2
-2
@@ -62,7 +62,7 @@ Config.Jobs.fuel = {
|
||||
name = _U('f_fuel_refine'),
|
||||
db_name= "petrol_raffin",
|
||||
time = 5000,
|
||||
max = 20,
|
||||
max = 24,
|
||||
add = 1,
|
||||
remove = 2,
|
||||
requires = "petrol",
|
||||
@@ -87,7 +87,7 @@ Config.Jobs.fuel = {
|
||||
name = _U('f_gas'),
|
||||
db_name= "essence",
|
||||
time = 5000,
|
||||
max = 20,
|
||||
max = 24,
|
||||
add = 2,
|
||||
remove = 1,
|
||||
requires = "petrol_raffin",
|
||||
|
||||
Reference in New Issue
Block a user