Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
fix killfeed
Browse files Browse the repository at this point in the history
  • Loading branch information
ntm5 authored Jul 12, 2024
1 parent de03ff1 commit f7cae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/TTT.Roles/RoleBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public HookResult OnPlayerConnect(EventPlayerConnectFull @event, GameEventInfo i
return HookResult.Continue;
}

[GameEventHandler]
[GameEventHandler(HookMode.Pre)]
public HookResult OnPlayerDeath(EventPlayerDeath @event, GameEventInfo info)
{
info.DontBroadcast = true;
Expand Down

0 comments on commit f7cae66

Please sign in to comment.