Skip to content

Commit

Permalink
v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Aug 14, 2024
1 parent 8b5ea02 commit 89f1be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://gamebanana.com/tools/12383

This mod is based on [CelesteTAS](https://github.com/psyGamer/CelesteTAS-EverestInterop-MonoFix) and aims to provide some extra convenience for making TASes.

Note that from TAS Helper v2.0.0, we target psyGamer's [branch](https://github.com/psyGamer/CelesteTAS-EverestInterop-MonoFix) of CelesteTAS (version >= 3.40.0) instead of DemoJameson's [branch](https://github.com/EverestAPI/CelesteTAS-EverestInterop).
Note that from TAS Helper v2.0.0, we target psyGamer's [branch](https://github.com/psyGamer/CelesteTAS-EverestInterop-MonoFix) of CelesteTAS (version >= 3.40.0) instead of DemoJameson's [branch](https://github.com/EverestAPI/CelesteTAS-EverestInterop). If you are still using DemoJameson's branch (which is also the version on GameBanana), then you should use TAS Helper v1.9.15.

# Features:

Expand Down
2 changes: 1 addition & 1 deletion Source/Gameplay/AutoWatchEntity/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Celeste.Mod.TASHelper.Gameplay.AutoWatchEntity;

internal static class Config {
public static bool MainEnabled = true;
public static bool MainEnabled = false;

public static Mode SwapBlock = Mode.WhenWatched;

Expand Down

0 comments on commit 89f1be5

Please sign in to comment.