Skip to content

Commit

Permalink
Revert message
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Sep 10, 2024
1 parent f18aa0b commit 54fe8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx/Engine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public Engine(ChannelWriter<string> engineWriter)
_killerMoves[i] = new Move[3];
}

InitializeTT();
InitializeTT();// Attempt to clear instead failed in https://github.com/lynx-chess/Lynx/pull/960

#if !DEBUG
// Temporary channel so that no output is generated
Expand Down

0 comments on commit 54fe8b3

Please sign in to comment.