Skip to content

Commit

Permalink
Add missing advocate message processor instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
tfarley committed Feb 6, 2017
1 parent 437c17f commit 0048337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aclogview/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public Form1() {
private void Form1_Load(object sender, EventArgs e) {
Util.initReaders();
messageProcessors.Add(new CM_Admin());
messageProcessors.Add(new CM_Advocate());
messageProcessors.Add(new CM_Allegiance());
messageProcessors.Add(new CM_Character());
messageProcessors.Add(new CM_Combat());
Expand Down

0 comments on commit 0048337

Please sign in to comment.