Skip to content

Commit

Permalink
Adding a system needs to invalidate the stellar grid
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed May 2, 2015
1 parent 72e378a commit d7a2692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,8 @@ def addLocalSystem(
"Added new system #{}: {} [{},{},{}]",
ID, name, x, y, z
)
# Invalidate the grid
self.stellarGrid = None
return system

def updateLocalSystem(
Expand Down

0 comments on commit d7a2692

Please sign in to comment.