We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1ee91 commit fe80475Copy full SHA for fe80475
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+<details>
4
+<summary>2.0.9</summary>
5
+
6
+## Changes
7
+- The config `ChuteSafe` has been renamed to `ClearOnWipe`
8
9
+</details>
10
11
+something happened between 2.0.4 and 2.0.8 but idk
12
13
<details>
14
<summary>2.0.4</summary>
15
src/ShipInventoryUpdated/Configurations/InventoryConfig.cs
@@ -23,7 +23,7 @@ public InventoryConfig(ConfigFile cfg)
23
);
24
25
ClearOnWipe = cfg.Bind(
26
- new ConfigDefinition(SECTION, "ChuteSafe"),
+ new ConfigDefinition(SECTION, "ClearOnWipe"),
27
true,
28
new ConfigDescription(Localization.Get("configuration.inventory.clearOnWipe.description"))
29
0 commit comments