Skip to content

Commit

Permalink
Update LastImpostor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
impostor4291 authored Jan 9, 2025
1 parent e30a61d commit fd62a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Roles/AddOns/Impostor/LastImpostor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public static void SetSubRole()
SetKillCooldown();
pc.SyncSettings();
Utils.NotifyRoles(SpecifySeer: pc, ForceLoop: false);
if (pc.Is(CustomRoles.Crewpostor)) Crewpostor.CrewpostorResetTasks(pc);

Check failure on line 50 in Roles/AddOns/Impostor/LastImpostor.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Crewpostor' does not exist in the current context

Check failure on line 50 in Roles/AddOns/Impostor/LastImpostor.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Crewpostor' does not exist in the current context
break;
}
}
Expand Down

0 comments on commit fd62a4e

Please sign in to comment.