Skip to content

Commit

Permalink
Fix spawning ornaments when calling SpawnEx IPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Jan 4, 2025
1 parent 0d877cb commit ca4a5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brio/IPC/BrioIPCService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private void DisposeIPC()
flags |= SpawnFlags.ReserveCompanionSlot;
}

if(_actorSpawnService.CreateCharacter(out var character, flags, disableSpawnCompanion: false))
if(_actorSpawnService.CreateCharacter(out var character, flags, disableSpawnCompanion: !spawnCompanionSlot))
{
if(selectInHierarchy)
{
Expand Down

0 comments on commit ca4a5a5

Please sign in to comment.