mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: print correct plugin version into chat
This commit is contained in:
parent
e930f5c489
commit
fab7b373fb
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ namespace Dalamud.Game {
|
|||
this.dalamud.Framework.Gui.Chat.Print($"XIVLauncher in-game addon v{assemblyVersion} loaded.");
|
||||
|
||||
foreach (var plugin in this.dalamud.PluginManager.Plugins) {
|
||||
this.dalamud.Framework.Gui.Chat.Print($" -> {plugin.Plugin.Name} v{plugin.GetType().Assembly.GetName().Version} loaded.");
|
||||
this.dalamud.Framework.Gui.Chat.Print($" -> {plugin.Plugin.Name} v{plugin.Plugin.GetType().Assembly.GetName().Version} loaded.");
|
||||
}
|
||||
|
||||
this.hasSeenLoadingMsg = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue