File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,9 @@ public static bool SaveState(out string popup) {
8484 MoreSaveSlotsUI . Snapshot . RequireCaptureSnapshot ( SlotName ) ;
8585 }
8686 }
87- #if DEBUG
8887 if ( ! b ) {
8988 Logger . Verbose ( "SpeedrunTool/SaveState" , popup ) ;
9089 }
91- #endif
9290
9391 return b ;
9492 }
@@ -104,11 +102,9 @@ public static bool LoadState(out string popup) {
104102 b = StateManagerInstance . LoadStateImpl ( false , out string message ) ;
105103 popup = message ;
106104 }
107- #if DEBUG
108105 if ( ! b ) {
109106 Logger . Verbose ( "SpeedrunTool/LoadState" , popup ) ;
110107 }
111- #endif
112108
113109 return b ;
114110 }
Original file line number Diff line number Diff line change 11- Name : SpeedrunTool
2- Version : 3.27.13
2+ Version : 3.27.14
33 DLL : SpeedrunTool.dll
44 Dependencies :
55 - Name : Everest
You can’t perform that action at this time.
0 commit comments