Change to all5 in one missed place
This commit is contained in:
@@ -485,7 +485,7 @@ class Fit(object):
|
|||||||
def changeChar(self, fitID, charID):
|
def changeChar(self, fitID, charID):
|
||||||
if fitID is None or charID is None:
|
if fitID is None or charID is None:
|
||||||
if charID is not None:
|
if charID is not None:
|
||||||
self.character = Character.getInstance().all0()
|
self.character = Character.getInstance().all5()
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user