Skip to content

Commit cd4882a

Browse files
committed
Merge pull request #3 from niklasf/isready-no-stop
Do not stop search on isready
2 parents 284829c + 781f24f commit cd4882a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Uci.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ void Uci::listner(IterativeDeeping *it) {
108108
searchManager.display();
109109
} else if (token == "isready") {
110110
knowCommand = true;
111-
searchManager.setRunning(0);
112111
cout << "readyok\n";
113112
} else if (token == "uci") {
114113
knowCommand = true;

0 commit comments

Comments
 (0)