This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
pyCraft
Watch
1
Star
0
Fork
0
You've already forked pyCraft
mirror of
https://github.com/ammaraskar/pyCraft.git
synced
2024-12-03 07:33:56 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
c90afe4424
pyCraft
/
minecraft
/
networking
/
packets
/
clientbound
/
handshake
/
__init__.py
4 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
regorganize packet structure as outlined in https://github.com/ammaraskar/pyCraft/pull/68
2017-08-08 15:07:33 +02:00
# Formerly known as state_handshake_clientbound.
def
get_packets
(
context
)
:
Fix: client.handshake.get_packets returns a dict instead of a set.
2018-01-13 02:02:00 +01:00
return
set
(
)
Reference in New Issue
Copy Permalink