Skip to content

Commit

Permalink
Bump dev and Fix #321 - oversight in tactical mode selection
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Jul 9, 2015
1 parent 4137a7c commit d885bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
logLevel = logging.WARN

# Version data
version = "1.13.1"
tag = "Stable"
version = "1.13.2"
tag = "git"
expansionName = "Aegis"
expansionVersion = "1.0"
evemonMinVersion = "4081"
Expand Down
2 changes: 2 additions & 0 deletions eos/saveddata/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def init(self):
item = eos.db.getItem(self.modeID)
# Don't need to verify if it's a proper item, as validateModeItem assures this
self.__mode = self.ship.validateModeItem(item)
else:
self.__mode = self.ship.validateModeItem(None)

self.build()

Expand Down

0 comments on commit d885bd4

Please sign in to comment.