remove redundant function
This commit is contained in:
parent
d43853763d
commit
7b3ef800cc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
var s = speed[current];
|
var s = speed[current];
|
||||||
maxspeed.setDoubleValue(s);
|
maxspeed.setDoubleValue(s);
|
||||||
gui.popupTip(sprintf("MaxSpeed " ~ s ~ " m/s"));
|
gui.popupTip("MaxSpeed " ~ s ~ " m/s");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</ufo>
|
</ufo>
|
||||||
|
|
Loading…
Reference in a new issue