Commit 73f86006 by Tomasz Gargas

Bump READ_VERSION of BlockCompletionTransformer to 1.

Signed-off-by: Tomasz Gargas <tomasz@opencraft.com>
parent c1d02529
...@@ -12,7 +12,7 @@ class BlockCompletionTransformer(BlockStructureTransformer): ...@@ -12,7 +12,7 @@ class BlockCompletionTransformer(BlockStructureTransformer):
""" """
Keep track of the completion of each block within the block structure. Keep track of the completion of each block within the block structure.
""" """
READ_VERSION = 0 READ_VERSION = 1
WRITE_VERSION = 1 WRITE_VERSION = 1
COMPLETION = 'completion' COMPLETION = 'completion'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment