Do auto-save when editing in character editor.

This commit is contained in:
blitzmann
2015-09-13 19:25:32 -04:00
parent b8d01d5ecb
commit f2b4400834
4 changed files with 52 additions and 34 deletions

View File

@@ -81,7 +81,6 @@ class CharacterSelection(wx.Panel):
choice.Clear()
charList = sChar.getCharacterList()
sChar.getCharacterList()
picked = False
for id, name, active in charList: