Skip to content

Commit cec9467

Browse files
authored
Merge pull request #17 from HerrMagiic/dev
small update(not in release yet)
2 parents d8889f6 + 416dccb commit cec9467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CustomCommands/CustomCommands.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public override void Load(bool hotReload)
4343
}
4444

4545
Logger.LogInformation(
46-
$"CustomCommands has been loaded, and the hot reload flag was {hotReload}, path is {ModulePath}");
46+
$"{ModuleName} loaded!");
4747

4848
PluginGlobals.Config = Config;
4949

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ Defines if the command requires specific permissions to execute:
111111

112112
### Colorlist
113113

114-
![CS2Colors](.github\img\ColorsCS2.png)
114+
![CS2Colors](.github/img/ColorsCS2.png)

0 commit comments

Comments
 (0)