Skip to content

Commit

Permalink
possible fix for displaying wrong site info
Browse files Browse the repository at this point in the history
  • Loading branch information
audiomaster99 authored Mar 5, 2024
1 parent d45893c commit c72f1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BombsiteAnnouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public HookResult OnBombPlanted(EventBombPlanted @event, GameEventInfo info)
_site = $"https://i.imgur.com/WIC4VHx.png";
bombsite = "B";
}
else
if (!site.IsBombSiteB)
{
_site = $"https://i.imgur.com/Vjyuiqb.png";
bombsite = "A";
Expand Down

0 comments on commit c72f1cd

Please sign in to comment.