mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-08 13:06:13 -04:00
Fix cover count
This commit is contained in:
@@ -86,7 +86,7 @@ class App():
|
||||
|
||||
output = bytes()
|
||||
output += len(self.json['pads']).to_bytes(4, 'big')
|
||||
output += len(self.json['cover']).to_bytes(4, 'big')
|
||||
output += len([c for c in self.json['cover'] if not c['special']]).to_bytes(4, 'big')
|
||||
output += waypoints_start.to_bytes(4, 'big')
|
||||
output += waygroups_start.to_bytes(4, 'big')
|
||||
output += cover_start.to_bytes(4, 'big')
|
||||
|
||||
Reference in New Issue
Block a user