Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed May 15, 2023
1 parent df63cfe commit c224b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToggleTag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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() + "'...");
Expand Down

0 comments on commit c224b56

Please sign in to comment.