This commit is contained in:
2021-07-27 20:47:27 -04:00
parent be85778fc8
commit 4aaf25eef8
+1
View File
@@ -665,6 +665,7 @@ function reaper() {
var newPlanes = [];
for (var i = 0; i < PlanesOrdered.length; ++i) {
var plane = PlanesOrdered[i];
console.log(plane.internet)
if (plane.seen > 300) {
// Reap it.
//console.log("Reaping " + plane.icao);