Skip to content

Commit

Permalink
2.0.14 build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Dec 30, 2024
1 parent 025acd4 commit d2088a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Source/Gameplay/AutoWatchEntity/Entity/FlagTouchSwitch.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

using Celeste.Mod.TASHelper.Utils;
using Monocle;
using Monocle;

namespace Celeste.Mod.TASHelper.Gameplay.AutoWatchEntity;

Expand Down
2 changes: 1 addition & 1 deletion Source/Gameplay/Spinner/SpinnerCalculateHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private static void PrepareTags() {
// JIT optimization may cause PredictLoadTimeActive[2] != 524288f when TimeActive = 524288f
[MethodImpl(MethodImplOptions.NoOptimization)]
internal static void PreSpinnerCalculate(Scene self) {
if (!TasHelperSettings.Enabled || FastForwarding || self is not Level) {
if (!TasHelperSettings.Enabled || UltraFastForwarding || self is not Level) {
return;
}
float time = TimeActive = self.TimeActive;
Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Name: TASHelper
Version: 2.0.13
Version: 2.0.14
DLL: bin/Release/net7.0/TASHelper.dll
Dependencies:
- Name: EverestCore
Expand Down

0 comments on commit d2088a3

Please sign in to comment.