Skip to content

Commit

Permalink
Reset scans along with body data
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Sep 2, 2014
1 parent aafe7cd commit a0e65f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin/KethaneData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public void ResetBodyData(ResourceDefinition resource, CelestialBody body)
{
var resourceName = resource.Resource;
PlanetDeposits[resourceName][body.name] = generators[resourceName].Load(body, null);
Scans[resourceName][body.name] = new CellSet(MapOverlay.GridLevel);
}

public void ResetGeneratorConfig(ResourceDefinition resource)
Expand Down

0 comments on commit a0e65f8

Please sign in to comment.