Skip to content

Commit 8727599

Browse files
committed
Make default log level Info for SpringCollab2020
1 parent 1c8fb2b commit 8727599

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

SpringCollab2020Module.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public SpringCollab2020Module() {
1818
}
1919

2020
public override void Load() {
21+
Logger.SetLogLevel("SpringCollab2020", LogLevel.Info);
22+
2123
NoRefillField.Load();
2224
FloatierSpaceBlock.Load();
2325
MoveBlockBarrier.Load();

everest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
DLL: bin/Debug/net452/SpringCollab2020.dll
44
Dependencies:
55
- Name: Everest
6-
Version: 1.1446.0
6+
Version: 1.1942.0

lib-stripped/Celeste.exe

679 KB
Binary file not shown.

lib-stripped/MMHOOK_Celeste.dll

231 KB
Binary file not shown.

0 commit comments

Comments
 (0)