diff --git a/html/planeObject.js b/html/planeObject.js index a5ec016..41e8c1d 100644 --- a/html/planeObject.js +++ b/html/planeObject.js @@ -1021,6 +1021,10 @@ PlaneObject.prototype.processTrace = function() { if (replay && !this.fullTrace) return; + if (!showTrace && !this.fullTrace && !this.recentTrace) { + return; + } + if (!now) now = new Date().getTime()/1000;