removed call to sendScript from script engine.

Not all scripts should be synchronised
This commit is contained in:
Joakim Kilby
2015-06-24 18:00:55 +02:00
parent ff49a7cdd2
commit 77ecdcec74

View File

@@ -155,8 +155,6 @@ bool ScriptEngine::runScript(const std::string& script) {
return false;
}
OsEng.parallelConnection()->sendScript(script);
return true;
}