Skip to content

Commit

Permalink
Merge branch 'spawn'
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Apr 15, 2024
2 parents 3b16d88 + a77b75b commit b763b4d
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 b763b4d

Please sign in to comment.