Skip to content

Commit b63213f

Browse files
committed
fixed typo for event name in the hook
1 parent 12667d9 commit b63213f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ public interface IChatService : ISharedService
1313

1414
public delegate HookResult OnPlayerSayTeamEvent(CCSPlayerController player, CommandInfo info, ref string message);
1515

16-
public event OnPlayerSayEvent? OnPlayerSayTeamPre;
16+
public event OnPlayerSayTeamEvent? OnPlayerSayTeamPre;
1717

18-
public event OnPlayerSayEvent? OnPlayerSayTeam;
18+
public event OnPlayerSayTeamEvent? OnPlayerSayTeam;
1919

20-
public event OnPlayerSayEvent? OnPlayerSayTeamPost;
20+
public event OnPlayerSayTeamEvent? OnPlayerSayTeamPost;
2121

2222
public string GetPrefix();
2323

0 commit comments

Comments
 (0)