Skip to content

Commit

Permalink
Update Patch_GameManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Dec 22, 2024
1 parent 98ef530 commit feac36c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Patches/Patch_GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ private static bool ServerFirePlayer_Prefix(
|| player.IsGhost())
return false;

if (player.NetworkisFired
&& (player.NetworkplayerRole != PlayerRole.Janitor))
return false;

// Send Role
if (ConfigHandler.Gameplay.HideSlackersFromClients.Value
&& __instance.revealRoleAfterFiring
Expand Down

0 comments on commit feac36c

Please sign in to comment.