mirror of https://github.com/OpenTTD/OpenTTD
(svn r13094) -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail.
parent
be43bbc3f3
commit
0449abe88b
|
@ -1021,6 +1021,7 @@ struct QueryStringWindow : public QueryStringBaseWindow
|
|||
} else {
|
||||
HandleOnEditText(this->text.buf);
|
||||
}
|
||||
this->handled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue