Show flags when printing chunk header

This commit is contained in:
ChillerDragon 2023-03-25 16:09:33 +01:00
parent 1574c64d06
commit 86d591bbdd

View file

@ -4,6 +4,8 @@ class ChunkFlags(PrettyPrint):
def __init__(self):
self.resend = False
self.vital = False
def __repr__(self):
return "<class: '" + str(self.__class__.__name__) + "'>: " + str(self.__dict__)
# same fields for 0.6 and 0.7
# different bit layout tho