Skip to content

Commit 3f6770e

Browse files
committed
v3.27.14 release
1 parent 0e27bfb commit 3f6770e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

SpeedrunTool/Source/SaveLoad/SaveSlotsManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

SpeedrunTool/everest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Name: SpeedrunTool
2-
Version: 3.27.13
2+
Version: 3.27.14
33
DLL: SpeedrunTool.dll
44
Dependencies:
55
- Name: Everest

0 commit comments

Comments
 (0)