From c224b56b8c66ef6fc70fd7feb6f2f781b0a5a6a0 Mon Sep 17 00:00:00 2001 From: Karl Essinger Date: Mon, 15 May 2023 23:39:03 +0200 Subject: [PATCH] Fixed typo --- ToggleTag.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToggleTag.cs b/ToggleTag.cs index 512cc98..6adc6a9 100644 --- a/ToggleTag.cs +++ b/ToggleTag.cs @@ -29,7 +29,7 @@ public class ToggleTag public const string VERSION = "1.2.1"; - [PluginEntryPoint("SCPDiscord", VERSION, "Enables persistant toggling of tags.", "Karl Essinger")] + [PluginEntryPoint("ToggleTag", VERSION, "Enables persistant toggling of tags.", "Karl Essinger")] public void OnEnable() { Log.Info("Loading saved players '" + GetConfigPath() + "'...");