fix aircraft not being cleared off the map
This commit is contained in:
@@ -5226,8 +5226,8 @@ function mapRefresh(redraw) {
|
||||
} else {
|
||||
for (let i in g.planesOrdered) {
|
||||
const plane = g.planesOrdered[i];
|
||||
addToMap.push(plane);
|
||||
delete plane.glMarker;
|
||||
addToMap.push(plane);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user