mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 15:25:12 +01:00
Return the content of packet CF.
This commit is contained in:
parent
7dba0ec336
commit
ab2b83afaa
@ -815,7 +815,12 @@ def handleCF(FileObject):
|
||||
remove = DataUtil.readBoolean(FileObject)
|
||||
score_name = DataUtil.readString(FileObject)
|
||||
value = DataUtil.readInt(FileObject)
|
||||
|
||||
return {'Item Name' : name,
|
||||
'Remove' : remove,
|
||||
'Score Name' : score_name,
|
||||
'Value' : value
|
||||
}
|
||||
|
||||
def handleD0(FileObject):
|
||||
position = DataUtil.readByte(FileObject)
|
||||
score = DataUtil.readString(FileObject)
|
||||
|
Loading…
Reference in New Issue
Block a user