Skip to content

Commit

Permalink
don't clear brain on unpossess
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Carey committed May 8, 2024
1 parent 7acf6c6 commit e6fee40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ void UInworldCharacter::Unpossess()
}
OnPossessedDelegateNative.Broadcast(false);
OnPossessedDelegate.Broadcast(false);
AgentInfo = {};
AgentInfo.AgentId = {};
AgentInfo.GivenName = {};
}
}

Expand Down

0 comments on commit e6fee40

Please sign in to comment.