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

Commit

Permalink
Fix admin chat breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ntm5 authored Jul 22, 2024
1 parent 1fa1504 commit 0304229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/TTT.Manager/ChatManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ChatManager(IRoleService roleService) : IPluginBehavior
{
public void Start(BasePlugin plugin)
{
plugin.AddCommandListener("say_team", OnSayTeam);
//plugin.AddCommandListener("say_team", OnSayTeam);
}

private HookResult OnSayTeam(CCSPlayerController? caller, CommandInfo info)
Expand Down Expand Up @@ -49,4 +49,4 @@ private HookResult OnSayTeam(CCSPlayerController? caller, CommandInfo info)

return HookResult.Handled;
}
}
}

0 comments on commit 0304229

Please sign in to comment.