don't parse those for now

This commit is contained in:
əlemi 2021-12-10 03:00:04 +01:00
parent ed08171fa8
commit 13ee178f63

View file

@ -17,7 +17,7 @@ from .util import encryption
LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__)
DIFFICULT_PACKETS = (28, 36) # Explosion, Map DIFFICULT_PACKETS = (28, 36, 77) # Explosion, Map, Advancements
class InvalidState(Exception): class InvalidState(Exception):
pass pass