Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit b60fc50

Browse files
committed
v2.0.5.0
G27 mode => do not set launch gear! #117
1 parent de5ac95 commit b60fc50

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

FS17_GearboxAddon.zip

7 Bytes
Binary file not shown.

FS17_GearboxAddon/gearboxMogli.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5296,7 +5296,7 @@ end
52965296
function gearboxMogli:mrGbMOnSetNeutral( old, new, noEventSend )
52975297
self.mrGbMS.NeutralActive = new
52985298

5299-
if new then
5299+
if new and self.mrGbMS.G27Mode <= 0 then
53005300
self:mrGbMSetLanuchGear( noEventSend )
53015301
end
53025302

FS17_GearboxAddon/modDesc.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<modDesc descVersion="32">
33
<author>Mogli aka Biedens</author>
44
<iconFilename>dds/store.dds</iconFilename>
5-
<version>2.0.4.9</version>
5+
<version>2.0.5.0</version>
66
<multiplayer supported="true"/>
77

88
<l10n filenamePrefix="modDesc_l10n">
99
<text name="gearboxMogliVERSION">
10-
<de>Getriebe v2.0.4.9 von Mogli</de>
11-
<en>Gearbox v2.0.4.9 by mogli</en>
12-
<it>Cambio v2.0.4.9 by mogli</it>
13-
<fr>Transmission v2.0.4.9 by mogli</fr>
14-
<cz>Řazení v2.0.4.9 by mogli</cz>
15-
<pl>Skrzynia biegów v2.0.4.9 by mogli</pl>
10+
<de>Getriebe v2.0.5.0 von Mogli</de>
11+
<en>Gearbox v2.0.5.0 by mogli</en>
12+
<it>Cambio v2.0.5.0 by mogli</it>
13+
<fr>Transmission v2.0.5.0 by mogli</fr>
14+
<cz>Řazení v2.0.5.0 by mogli</cz>
15+
<pl>Skrzynia biegów v2.0.5.0 by mogli</pl>
1616
</text>
1717
</l10n>
1818

src/gearboxMogli.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5296,7 +5296,7 @@ end
52965296
function gearboxMogli:mrGbMOnSetNeutral( old, new, noEventSend )
52975297
self.mrGbMS.NeutralActive = new
52985298

5299-
if new then
5299+
if new and self.mrGbMS.G27Mode <= 0 then
53005300
self:mrGbMSetLanuchGear( noEventSend )
53015301
end
53025302

0 commit comments

Comments
 (0)