rename plugin to "Player Tags" for better searchability

This commit is contained in:
2022-10-30 09:26:57 +01:00
parent 454231842c
commit 2d485b5e66

View File

@@ -14,7 +14,7 @@ namespace PlayerTags
{
public sealed class Plugin : IDalamudPlugin
{
public string Name => "PlayerTags";
public string Name => "Player Tags";
private const string c_CommandName = "/playertags";
private PluginConfiguration m_PluginConfiguration;