mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chat: print SCM version instead of git hash when logging in
This commit is contained in:
parent
90c9705ea2
commit
eec755b1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ internal class ChatHandlers : IServiceType
|
||||||
|
|
||||||
if (this.configuration.PrintDalamudWelcomeMsg)
|
if (this.configuration.PrintDalamudWelcomeMsg)
|
||||||
{
|
{
|
||||||
chatGui.Print(string.Format(Loc.Localize("DalamudWelcome", "Dalamud {0} loaded."), Util.GetGitHash())
|
chatGui.Print(string.Format(Loc.Localize("DalamudWelcome", "Dalamud {0} loaded."), Util.GetScmVersion())
|
||||||
+ string.Format(Loc.Localize("PluginsWelcome", " {0} plugin(s) loaded."), pluginManager.InstalledPlugins.Count(x => x.IsLoaded)));
|
+ string.Format(Loc.Localize("PluginsWelcome", " {0} plugin(s) loaded."), pluginManager.InstalledPlugins.Count(x => x.IsLoaded)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue