Skip to content

Commit

Permalink
Don't show hello notif for bots
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 3, 2024
1 parent fa94c00 commit d7810ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Fika.Core/Coop/Players/CoopBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ private IEnumerator DestroyNetworkedComponents()
}
}

public override void ShowHelloNotification(string sender)
{
// Do nothing
}

public override void UpdateTick()
{
base.UpdateTick();
Expand Down

0 comments on commit d7810ba

Please sign in to comment.