Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes

Cleanup the editor history from remote nodes after the scene stopped.
This commit is contained in:
Juan Linietsky 2018-11-02 11:32:36 -03:00 committed by GitHub
commit 9b2c441ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1272,7 +1272,7 @@ void ScriptEditorDebugger::stop() {
breaked = false;
server->stop();
_clear_remote_objects();
ppeer->set_stream_peer(Ref<StreamPeer>());
if (connection.is_valid()) {