mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Respect Dalamud chat type setting in changelogs message (#2041)
This commit is contained in:
parent
1f74293de4
commit
98f58b3f89
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ internal class PluginManager : IInternalDisposableService
|
||||||
new UIForegroundPayload(0),
|
new UIForegroundPayload(0),
|
||||||
new TextPayload("]"),
|
new TextPayload("]"),
|
||||||
}),
|
}),
|
||||||
|
Type = this.configuration.GeneralChatType,
|
||||||
});
|
});
|
||||||
|
|
||||||
foreach (var metadata in updateMetadata)
|
foreach (var metadata in updateMetadata)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue