diff --git a/src/OrthographicCamera/OrthographicCamera.cs b/src/OrthographicCamera/OrthographicCamera.cs index 306ea30..d265d63 100644 --- a/src/OrthographicCamera/OrthographicCamera.cs +++ b/src/OrthographicCamera/OrthographicCamera.cs @@ -4,7 +4,7 @@ namespace KK_OrthographicCamera { - [BepInPlugin(GUID, GUID, Version)] + [BepInPlugin(GUID, "OrthographicCamera", Version)] [DefaultExecutionOrder(1000)] public class OrthographicCamera : BaseUnityPlugin {