Skip to content

Commit e84536e

Browse files
committed
Update
1 parent faa5a8d commit e84536e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LogCommands.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Essentials.Modules.LogCommands
3535
[ModuleInfo(
3636
Name = "LogCommands",
3737
Author = "Leonardosc",
38-
Version = "1.0.1",
38+
Version = "1.0.2",
3939
Flags = LoadFlags.AUTO_REGISTER_EVENTS
4040
)]
4141
public class LogCommands : EssModule
@@ -57,13 +57,13 @@ public string LogFolder
5757

5858
public override void OnLoad()
5959
{
60-
Logger.LogInfo( "Enabled!" );
60+
Logger.LogInfo( $"Enabled (v{this.Info.Version})!" );
6161
Instance = this;
6262
}
6363

6464
public override void OnUnload()
6565
{
66-
Logger.LogInfo( "Disabled!" );
66+
Logger.LogInfo( $"Disabled (v{this.Info.Version})!" );
6767
SaveCache();
6868
}
6969

0 commit comments

Comments
 (0)