Skip to content

Commit

Permalink
fix(client): no exfil prompt after first transit
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumearm committed Jan 5, 2025
1 parent e5aeb09 commit 4dc9967
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PTT-Plugin/UI/ExfilPrompt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ private void OnExitZone()

public OnActionsAppliedResult Render()
{
if (InteractableExfilsService.IsFirstRender())
{
InitPromptState();
}

if (_exfiltrated)
{
return null;
Expand Down

0 comments on commit 4dc9967

Please sign in to comment.