Add icon
Update default radius
This commit is contained in:
@@ -21,7 +21,7 @@ namespace DrakiaXYZ.LootRadius.Helpers
|
|||||||
ConfigEntries.Add(LootRadius = Config.Bind(
|
ConfigEntries.Add(LootRadius = Config.Bind(
|
||||||
GeneralSectionTitle,
|
GeneralSectionTitle,
|
||||||
"Loot Radius",
|
"Loot Radius",
|
||||||
2f,
|
1.5f,
|
||||||
new ConfigDescription(
|
new ConfigDescription(
|
||||||
"The distance to include loot from",
|
"The distance to include loot from",
|
||||||
new AcceptableValueRange<float>(0f, 10f),
|
new AcceptableValueRange<float>(0f, 10f),
|
||||||
|
Reference in New Issue
Block a user