mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Add launch info statement into log.
This commit is contained in:
parent
089194132d
commit
739e1dfc5d
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ public class Glamourer : IDalamudPlugin
|
||||||
_services.GetRequiredService<CommandService>(); // initialize commands.
|
_services.GetRequiredService<CommandService>(); // initialize commands.
|
||||||
_services.GetRequiredService<VisorService>();
|
_services.GetRequiredService<VisorService>();
|
||||||
_services.GetRequiredService<ScalingService>();
|
_services.GetRequiredService<ScalingService>();
|
||||||
|
Log.Information($"Glamourer v{Version} loaded successfully.");
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue