mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18: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,
|
||||
ChunkUnsubscribe {
|
||||
chunk: IVec3,
|
||||
},
|
||||
} = C_CHUNK_UNUBSCRIBE,
|
||||
QueueBlock {
|
||||
item: QueuedBlock
|
||||
} = C_QUEUE_BLOCK,
|
||||
|
|
Loading…
Reference in a new issue