Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Oct 9, 2020
1 parent 13b9e82 commit 7c28851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace BepInExPlugin
/// To get started, check out the plugin writing walkthrough:
/// https://bepinex.github.io/bepinex_docs/master/articles/dev_guide/plugin_tutorial/index.html
/// </remarks>
[BepInPlugin(PluginInfo.PLUGIN_ID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_NAME)]
[BepInPlugin(PluginInfo.PLUGIN_ID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
public class Plugin : BaseUnityPlugin
{
private void Awake()
Expand Down

0 comments on commit 7c28851

Please sign in to comment.