Multiplayer: bug fix
This commit is contained in:
parent
089ea0eb83
commit
b13ee3e46b
|
@ -65,7 +65,7 @@
|
|||
<model>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>systems/codriver-enable</property>
|
||||
<property>sim/multiplay/generic/int[12]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
|
@ -811,7 +811,7 @@
|
|||
<model>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>interior/enable_mug</property>
|
||||
<property>sim/multiplay/generic/int[13]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
|
|
|
@ -499,6 +499,7 @@
|
|||
<int n="10" alias="/gear/gear[3]/tyre-smoke"/>
|
||||
<int n="11" alias="/controls/direction"/>
|
||||
<int n="12" alias="/systems/codriver-enable"/>
|
||||
<int n="13" alias="/interior/enable_mug"/>
|
||||
|
||||
<float n="0" alias="/controls/doors/rearright/position-norm"/>
|
||||
<float n="1" alias="/controls/doors/rearleft/position-norm"/>
|
||||
|
|
Loading…
Reference in New Issue