Make more range and no los

This commit is contained in:
PhatPhuckDave
2024-07-22 19:00:26 +02:00
parent 2fc478aeac
commit 16969d5c78
4 changed files with 6 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ namespace DrakiaXYZ.LootRadius.Helpers
1.5f,
new ConfigDescription(
"The distance to include loot from",
new AcceptableValueRange<float>(0f, 10f),
new AcceptableValueRange<float>(0f, 100f),
new ConfigurationManagerAttributes { })));
RecalcOrder();