rename map history files to be less confusing
This commit is contained in:
parent
e965983322
commit
7f0d52f23f
4 changed files with 5 additions and 5 deletions
|
@ -315,7 +315,7 @@ class LevelRenderData:
|
|||
|
||||
level.render_data = pickle.dumps(render_data)
|
||||
|
||||
map_history.save(MapHistory.level_filename(level.pk, 'render'))
|
||||
map_history.save(MapHistory.level_filename(level.pk, 'composite'))
|
||||
|
||||
with transaction.atomic():
|
||||
for level in levels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue