|
@@ -644,7 +644,8 @@ void MoveDispatch::server_line(const std::string &line,
|
|
|
// multiple lines possible here? Yes.
|
|
|
// [344 > 23328 > 2981 > 10465 > 14016 > 8979 > 1916 > 18734 > 5477 > 131 >
|
|
|
// 27464 >] watch for <Move> it contains >
|
|
|
- if ((line != "<Move>") && in(line, " > ")) {
|
|
|
+ // if ((line != "<Move>") && in(line, " > ")) {
|
|
|
+ if ((line != "<Move>") && (in(line, " > ") || !warp_lane.empty())) {
|
|
|
bool more = false;
|
|
|
std::string work = line;
|
|
|
|