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 094ed40 commit 3b9a596Copy full SHA for 3b9a596
mcproto/packets/map.py
@@ -12,7 +12,7 @@
12
__all__ = ["PacketMap"]
13
14
15
-class PacketMap(VersionMap[tuple[PacketDirection, GameState, int], type[Packet]]):
+class PacketMap(VersionMap["tuple[PacketDirection, GameState, int]", "type[Packet]"]):
16
SUPPORTED_VERSIONS: ClassVar[set[int]] = {757}
17
COMPATIBLE_FALLBACK_VERSIONS: ClassVar[set[int]] = set()
18
_SEARCH_DIR_QUALNAME: ClassVar[str] = "mcproto.packets"
0 commit comments