Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
happyleavesaoc committed Nov 25, 2018
1 parent 132ce15 commit 9c33f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mgz/body/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"player_id"/Byte,
"filename"/CString(encoding='latin1'),
Padding(lambda ctx: ctx._._.length - 23),
"checksum"/Int32ul(4)
"checksum"/Int32ul
)

chapter = "chapter"/Struct(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='mgz',
version='1.1.3',
version='1.1.4',
description='Parse Age of Empires 2 recorded games.',
url='https://github.com/happyleavesaoc/aoc-mgz/',
license='MIT',
Expand Down

0 comments on commit 9c33f49

Please sign in to comment.