Skip to content

Commit

Permalink
Correctly name ExamplePatch
Browse files Browse the repository at this point in the history
  • Loading branch information
nyawoi committed Feb 4, 2025
1 parent d5b91c8 commit 5f003d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZumbiBlocks1PluginTemplate/Patches/sc_gamecontrolPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static class sc_gamecontrolPatch
{
[HarmonyPostfix]
[HarmonyPatch(nameof(sc_gamecontrol.Start))]
public static void RetrieveLanguagePack(sc_gamecontrol __instance)
public static void ExamplePatch(sc_gamecontrol __instance)
{
ExamplePlugin.Logger.LogInfo($"Current game version is {__instance.buildversion}");
}
Expand Down

0 comments on commit 5f003d6

Please sign in to comment.