Skip to content

Commit a78c0ac

Browse files
committed
fix: ats truck
1 parent d7b5d7a commit a78c0ac

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ NODE_ENV = 'development'
55
# VUE_APP_BASE_API = 'https://ets666.com'
66
VUE_APP_PUBLIC_PATH = './'
77
VUE_APP_TITLE = 'ETS666 Tool'
8-
VUE_APP_VERSION = '0.1.2'
8+
VUE_APP_VERSION = '0.1.3'

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ NODE_ENV = 'production'
55
VUE_APP_BASE_API = 'https://ets666.com'
66
VUE_APP_PUBLIC_PATH = './'
77
VUE_APP_TITLE = 'ETS666 Tool'
8-
VUE_APP_VERSION = '0.1.2'
8+
VUE_APP_VERSION = '0.1.3'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Windows x64
2020
* Teleport to the starting place
2121

2222
## Compability
23-
* Euro Truck Simulator 2 v1.49+
24-
* American Truck Simulator v1.49+
23+
* Euro Truck Simulator 2 v1.51
24+
* American Truck Simulator v1.51
2525

2626
## How to Use
2727
* Preparation: Start the game -> Choose the profile you want to modify -> Edit Profile -> Disable 'Use Steam Cloud'

app/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const addJobOffer = (jobInfo, inGameTime) => {
111111
companyJobData.push(' ferry_time: 0')
112112
companyJobData.push(' ferry_price: 0')
113113
companyJobData.push(' cargo: cargo.' + jobInfo.cargo)
114-
companyJobData.push(' company_truck: scania_s2016_6x4_high_730')
114+
companyJobData.push(' company_truck: ' + jobInfo.company_truck)
115115
companyJobData.push(' trailer_variant: ' + jobInfo.trailer_variant)
116116
companyJobData.push(' trailer_definition: ' + jobInfo.trailer_definition)
117117
companyJobData.push(' units_count: ' + jobInfo.units_count)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ets666",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"author": "ETS666 <sunwinbus@ets666.com>",
55
"description": "ETS666 Tool",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)