mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Fix a bad docstring that squicked through
This commit is contained in:
parent
b6fc0b877b
commit
fb9aeae1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public sealed class DalamudPluginInterface : IDisposable
|
|||
/// <param name="assemblyLocation">Location of the assembly.</param>
|
||||
/// <param name="reason">The reason the plugin was loaded.</param>
|
||||
/// <param name="isDev">A value indicating whether this is a dev plugin.</param>
|
||||
/// <param name="sourceRepository">The repository from which the plugin is installed.</param>
|
||||
/// <param name="manifest">The local manifest for this plugin.</param>
|
||||
internal DalamudPluginInterface(string pluginName, FileInfo assemblyLocation, PluginLoadReason reason, bool isDev, LocalPluginManifest manifest)
|
||||
{
|
||||
var configuration = Service<DalamudConfiguration>.Get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue