Skip to content

Commit fd9b542

Browse files
committed
small config name change
1 parent b773d8b commit fd9b542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common Utilities/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public class Config : IConfig
137137
},
138138
};
139139

140-
[Description("The list of custom 914 recipies. OriginalItem is the item being upgraded, NewItem is the item to upgrade to, and Chance is the percent chance of the upgrade happening. You can specify multiple upgrade choices for the same item. For custom items use the item's name.")]
140+
[Description("The list of custom 914 recipies. Original is the item being upgraded, New is the item to upgrade to, and Chance is the percent chance of the upgrade happening. You can specify multiple upgrade choices for the same item. For custom items use the item's name.")]
141141
public Dictionary<Scp914KnobSetting, List<ItemUpgradeChance>> Scp914ItemChances { get; set; } = new()
142142
{
143143
{

0 commit comments

Comments
 (0)