FIxed HandleRecipe incorrectly handling tools

This commit is contained in:
Chomp
2025-01-29 19:04:52 +00:00
parent 614317febf
commit 9f7f129bd5
@@ -772,7 +772,7 @@ public class HideoutController(
{
foreach (var tool in hideoutProduction.SptRequiredTools)
{
toolsToSendToPlayer.AddRange([tool]);
toolsToSendToPlayer.Add([tool]);
}
}