Don't save patterns on creation

This commit is contained in:
cncfanatics
2010-10-18 11:10:04 +02:00
parent 943af964b1
commit 3d6f50e6e7
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ class DamagePattern():
def newPattern(self):
p = eos.types.DamagePattern(0, 0, 0, 0)
p.name = ""
eos.db.save(p)
return p
def renamePattern(self, p, newName):