Charging: multiplayer bug fix

This commit is contained in:
Sidi Liang 2022-08-24 10:36:45 +08:00
parent 1529ce3b8f
commit 2012574ccb
No known key found for this signature in database
GPG Key ID: 9785F5EECFFA5311
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<object-name>fuel_pipe_disconnected</object-name>
<condition>
<equals>
<property>services/service-truck/connect</property>
<property>sim/multiplay/generic/int[4]</property>
<value>0</value>
</equals>
</condition>
@ -32,7 +32,7 @@
<object-name>fuel_pipe</object-name>
<condition>
<equals>
<property>services/service-truck/connect</property>
<property>sim/multiplay/generic/int[4]</property>
<value>1</value>
</equals>
</condition>
@ -42,7 +42,7 @@
<object-name>box</object-name>
<condition>
<equals>
<property>services/service-truck/connect</property>
<property>sim/multiplay/generic/int[4]</property>
<value>1</value>
</equals>
</condition>