fix: LocalPlugin.InternalName was actually returning the display name

This commit is contained in:
goat 2023-05-22 00:06:53 +02:00
parent a7c2dc6720
commit c9ad6c4252
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -188,7 +188,7 @@ internal class LocalPlugin : IDisposable
/// <summary>
/// Gets the plugin internal name from the manifest.
/// </summary>
public string InternalName => this.Manifest.Name;
public string InternalName => this.Manifest.InternalName;
/// <summary>
/// Gets an optional reason, if the plugin is banned.