We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9a596 commit 3711b67Copy full SHA for 3711b67
mcproto/packets/abc.py
@@ -30,7 +30,7 @@ class PacketDirection(IntEnum):
30
class Packet(Serializable, RequiredParamsABCMixin):
31
"""Base class for all packets"""
32
33
- _REQUIRRED_CLASS_VARS: ClassVar[Sequence[str]] = ["PACKET_ID", "GAME_STATE"]
+ _REQUIRED_CLASS_VARS: ClassVar[Sequence[str]] = ["PACKET_ID", "GAME_STATE"]
34
_REQUIRED_CLASS_VARS_NO_MRO: ClassVar[Sequence[str]] = ["__slots__"]
35
36
__slots__ = ()
0 commit comments