Skip to content

Commit 2edd40b

Browse files
AAA1459maddie480
andauthored
logs the total of loaded modules at launch (#884)
* logs the total of loaded modules at launch * The second "loader" capitalized * Random * randomm --------- Co-authored-by: Maddie <52103563+maddie480@users.noreply.github.com>
1 parent e52a1b3 commit 2edd40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Celeste.Mod.mm/Mod/Everest/Everest.Loader.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Celeste.Mod.Backdrops;
1+
using Celeste.Mod.Backdrops;
22
using Celeste.Mod.Core;
33
using Celeste.Mod.Entities;
44
using Celeste.Mod.Helpers;
@@ -209,6 +209,7 @@ internal static void LoadAuto() {
209209

210210
watch.Stop();
211211
Logger.Verbose("loader", $"ALL MODS LOADED IN {watch.ElapsedMilliseconds}ms");
212+
Logger.Info("loader", $"Loaded {Everest._Modules.Count} modules");
212213

213214
try {
214215
Watcher = new FileSystemWatcher {

0 commit comments

Comments
 (0)