Skip to content

Commit fe80475

Browse files
committed
Updated config
1 parent 5b1ee91 commit fe80475

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
<details>
414
<summary>2.0.4</summary>
515

src/ShipInventoryUpdated/Configurations/InventoryConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public InventoryConfig(ConfigFile cfg)
2323
);
2424

2525
ClearOnWipe = cfg.Bind(
26-
new ConfigDefinition(SECTION, "ChuteSafe"),
26+
new ConfigDefinition(SECTION, "ClearOnWipe"),
2727
true,
2828
new ConfigDescription(Localization.Get("configuration.inventory.clearOnWipe.description"))
2929
);

0 commit comments

Comments
 (0)