Skip to content

Commit

Permalink
Marked spawned item as found in raid
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Apr 14, 2024
1 parent be79452 commit a77b75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Features/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ private void SpawnItem(Match match)
return Task.CompletedTask;
}

item.SpawnedInSession = true; // found in raid

_ = new TraderControllerClass(item, item.Id, item.ShortName);
var go = poolManager.CreateLootPrefab(item, ECameraType.Default);

Expand Down

0 comments on commit a77b75b

Please sign in to comment.