mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: LocalPlugin.InternalName was actually returning the display name
This commit is contained in:
parent
a7c2dc6720
commit
c9ad6c4252
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue