From 7644b3b8ba1fee5ef364395f3c0530e3a07521fe Mon Sep 17 00:00:00 2001 From: LimboFPS Date: Sun, 17 Sep 2023 14:52:52 -0400 Subject: [PATCH] Update author name --- ClientMod/Plugin.cs | 2 +- ServerMod/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ClientMod/Plugin.cs b/ClientMod/Plugin.cs index a8c1463..879ffb5 100644 --- a/ClientMod/Plugin.cs +++ b/ClientMod/Plugin.cs @@ -3,7 +3,7 @@ using BepInEx.Configuration; using UnityEngine; namespace ClearVision { - [BepInPlugin("com.LimboFPS.ClearVision", "ClearVision", "1.0.0")] + [BepInPlugin("com.LimboFPS.ClearVision", "LimboFPS-ClearVision", "1.0.0")] public class Plugin : BaseUnityPlugin { public static ConfigEntry GlobalEnabled { get; set; } diff --git a/ServerMod/package.json b/ServerMod/package.json index 71a6358..54b3ac0 100644 --- a/ServerMod/package.json +++ b/ServerMod/package.json @@ -1,7 +1,7 @@ { "name": "ClearVision", "version": "2.0.0", - "author": "Limbo", + "author": "LimboFPS", "license": "CC BY-NC 4.0", "main": "src/mod.js", "akiVersion": "~3.6.1",