Skip to content

Commit

Permalink
no station if undocked
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed May 30, 2017
1 parent 874c900 commit 8e8302f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/journal_plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def parseJournalDirList(self):
tdenv.DEBUG0("B/MARKET: {}/{}", sysName, stnName)
blkCount += 1
blkStnList.append(stnBlackMarket)
if event["event"] == "Undocked":
aktStation = False
except:
raise PluginException(
"Something wrong with line {}.".format(lineCount)
Expand Down

0 comments on commit 8e8302f

Please sign in to comment.