Skip to content

Commit e96a141

Browse files
committed
Push Release 8.1.0.2
- Fix for #1126 - Added feature to restart the course when the driver reached the end - Created our own vehicle dimension scanner to have the actual unfolded vehicle size for the pathfinder. That should prevent vehicles with an offset tool to hit trees.
1 parent ec54221 commit e96a141

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/scripts/update-templates/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"1.8.0.1",
1010
"1.9.0.1",
1111
"1.10.0.0",
12-
"1.14.1.0"
12+
"1.14.1.0",
13+
"1.15.0.0"
1314
],
1415
"cp_versions" : [
1516
"8.0.0.0",
@@ -36,7 +37,8 @@
3637
"8.0.2.2",
3738
"8.0.2.3",
3839
"8.1.0.0",
39-
"8.1.0.1"
40+
"8.1.0.1",
41+
"8.1.0.2"
4042
],
4143
"modhub_versions" : [
4244
"0"

modDesc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
22
<modDesc descVersion="100">
3-
<version>8.1.0.1</version>
3+
<version>8.1.0.2</version>
44
<author><![CDATA[Courseplay.devTeam]]></author>
55
<title>
66
<en>CoursePlay</en>

0 commit comments

Comments
 (0)