We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efc7f5 commit 849f8c2Copy full SHA for 849f8c2
Celeste.Mod.mm/Mod/Everest/Everest.cs
@@ -319,6 +319,7 @@ internal static void Boot() {
319
Logger.Info("core", $"VersionCelesteString: {VersionCelesteString}");
320
Logger.Info("core", $"SystemMemoryMB: {SystemMemoryMB:F3} MB");
321
Logger.Info("core", $"RuntimeVersion: {Environment.Version}");
322
+ Logger.Info("core", "TAS Madness was here");
323
324
if (Type.GetType("Mono.Runtime") != null) {
325
// Mono hates HTTPS.
0 commit comments