Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi committed Apr 4, 2024
1 parent 3311843 commit be5aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public Plugin(Main game) : base(game)
Utils.RegisterFirst<EventHandler<OTAPI.Hooks.MessageBuffer.GetDataEventArgs>>(typeof(OTAPI.Hooks.MessageBuffer),
nameof(OTAPI.Hooks.MessageBuffer.GetData),
null,
this.OTHook_Mitigation_GetData,
this.OTHook_Modded_GetData,
this.OTHook_Mitigation_GetData);
}
}
Expand Down

0 comments on commit be5aeaf

Please sign in to comment.