Closes issue #3.

Esse commit está contido em:
Laurent Eschenauer
2014-01-10 09:29:05 +01:00
commit 2b4fa6b758
+1 -1
Ver Arquivo
@@ -55,7 +55,7 @@ function Controller(client, options) {
// Register the listener on navdata for our control loop
var self = this;
client.on('navdata', function(d) {
if (!this._busy) {
if (!this._busy && d.demo) {
this._busy = true;
self._processNavdata(d);
self._control(d);