Skip to content

Commit ac6dad2

Browse files
committed
another andrzej classic
1 parent 9f48a98 commit ac6dad2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Code/Plugin/CommandEvents.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ public static class CommandEvents
1919
public static void Initialize()
2020
{
2121
UsedCommandTypes.Clear();
22-
ServerEvents.CommandExecuting += CaptureComamnd;
22+
ServerEvents.CommandExecuting += CaptureCommand;
2323
}
2424

25-
public static void CaptureComamnd(CommandExecutingEventArgs ev)
25+
// for reference this method was once called CaptureComamnd
26+
public static void CaptureCommand(CommandExecutingEventArgs ev)
2627
{
2728
UsedCommandTypes[ev.Sender] = ev.CommandType;
2829

0 commit comments

Comments
 (0)