don't parse those for now
This commit is contained in:
parent
ed08171fa8
commit
13ee178f63
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ from .util import encryption
|
|||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DIFFICULT_PACKETS = (28, 36) # Explosion, Map
|
||||
DIFFICULT_PACKETS = (28, 36, 77) # Explosion, Map, Advancements
|
||||
|
||||
class InvalidState(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue