mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
fix missing value
This commit is contained in:
parent
2e5dc34507
commit
f920d27f3a
|
@ -28,7 +28,7 @@ pub enum ClientToServerMessage {
|
||||||
} = C_CHUNK_SUB_REQUEST,
|
} = C_CHUNK_SUB_REQUEST,
|
||||||
ChunkUnsubscribe {
|
ChunkUnsubscribe {
|
||||||
chunk: IVec3,
|
chunk: IVec3,
|
||||||
},
|
} = C_CHUNK_UNUBSCRIBE,
|
||||||
QueueBlock {
|
QueueBlock {
|
||||||
item: QueuedBlock
|
item: QueuedBlock
|
||||||
} = C_QUEUE_BLOCK,
|
} = C_QUEUE_BLOCK,
|
||||||
|
|
Loading…
Reference in a new issue