change plugin name to "PlayerTags" (remove whitespace)

This commit is contained in:
2022-09-15 13:10:23 +02:00
parent 078649b3d9
commit 8d15040fe0

View File

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