Skip to content

Commit 63f7d3c

Browse files
committed
Updated to Eco 0.11.1.12 release build. Updated readme with note about TurnOnIgnoreTags setting.
1 parent 43a48b3 commit 63f7d3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

EcoLawExtensionsMod/EcoLawExtensionsMod.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<ItemGroup>
1313
<None Include="..\.editorconfig" Link=".editorconfig" />
1414
</ItemGroup>
15-
<ItemGroup>
16-
<PackageReference Include="Eco.ReferenceAssemblies" Version="0.11.1.9-beta-release-842" />
15+
<ItemGroup>
16+
<PackageReference Include="Eco.ReferenceAssemblies" Version="0.11.1.12-beta-release-881" />
1717
<PackageReference Include="NetFabric.Hyperlinq.Abstractions" Version="1.3.0" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Extracts the X/Z coordinate from a location. This will be an integer in whole bl
118118

119119
#### Turn On Machines
120120

121-
Tries to turn on machines belonging to a citizen or group that are currently turned off. The filter can specify how the machines were turned off - for example, only try to turn on machines that were turned off legally (e.g. via prevent on Pollute Air).
121+
Tries to turn on machines belonging to a citizen or group that are currently turned off. The filter can specify how the machines were turned off - for example, only try to turn on machines that were turned off legally (e.g. via prevent on Pollute Air). Note that anything configured by the server in the mod's 'TurnOnIgnoreTags' setting will be ignored by this action.
122122

123123
| Property Name | Type | Description |
124124
| - | - | - |

0 commit comments

Comments
 (0)