Fixed typo

This commit is contained in:
Chomp
2025-02-14 17:11:57 +00:00
parent 797f8618cf
commit bff815e4b9
2 changed files with 3 additions and 3 deletions
@@ -317,8 +317,8 @@ public record CoopExtractReward : LootRequest
set;
}
[JsonPropertyName("useRewarditemBlacklist")]
public bool UseRewarditemBlacklist
[JsonPropertyName("useRewardItemBlacklist")]
public bool UseRewardItemBlacklist
{
get;
set;
@@ -437,7 +437,7 @@
}
},
"allowBossItems": false,
"useRewarditemBlacklist": true
"useRewardItemBlacklist": true
},
"btrDeliveryExpireHours": 240,
"playerRepMin": -7,