mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Print a log message when Penumbra finished loading containing version and hash.
This commit is contained in:
parent
018be13216
commit
c097b634ab
1 changed files with 4 additions and 0 deletions
|
|
@ -152,6 +152,10 @@ public class Penumbra : IDisposable
|
|||
{
|
||||
PluginLog.Error( $"{ImcExceptions} IMC Exceptions thrown. Please repair your game files." );
|
||||
}
|
||||
else
|
||||
{
|
||||
PluginLog.Information( $"Penumbra Version {Version}, Commit #{CommitHash} successfully Loaded." );
|
||||
}
|
||||
}
|
||||
|
||||
private void SetupInterface( out ConfigWindow cfg, out LaunchButton btn, out WindowSystem system )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue