Skip to content
Snippets Groups Projects

[replay] improve the score files by adding attack type information

Merged Amir MOHAMMADI requested to merge msumfsdmod into master
1 unresolved thread
3 files
+ 39
36
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -124,7 +124,7 @@ class ReplayBioDatabase(BioDatabase):
retval.append(ReplayBioFile(f))
else:
temp = ReplayBioFile(f)
temp.client_id = 'attack'
temp.client_id = 'attack/{}'.format(f.get_attack().attack_device)
retval.append(temp)
return retval
Loading