mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 07:15:24 +01:00
oops, pass the fileobject here
This commit is contained in:
parent
cff8c7ea8d
commit
997c0ef8f6
@ -477,7 +477,7 @@ def handle38(FileObject):
|
||||
|
||||
#int - chunk data length
|
||||
ChunkDataLength = DataUtil.readInt(FileObject)
|
||||
DataUtil.readBoolean()
|
||||
DataUtil.readBoolean(FileObject)
|
||||
FileObject.read(ChunkDataLength) #just gonna ignore this for now
|
||||
|
||||
#metadata - ignoring this
|
||||
|
Loading…
Reference in New Issue
Block a user