Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit c5a82b2

Browse files
committed
fix plugin name having a G
1 parent ce713c8 commit c5a82b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace KiraiMod.Core.UI
77
{
8-
[BepInPlugin(GUID, "KM.Core.GUI", "0.1.0")]
8+
[BepInPlugin(GUID, "KM.Core.UI", "0.1.0")]
99
[BepInDependency(Core.Plugin.GUID)]
1010
public class Plugin : BasePlugin
1111
{

0 commit comments

Comments
 (0)