mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
bumb version number of PACKET_TYPE_VOXEL_QUERY
This commit is contained in:
parent
ce90cd5382
commit
a3b69c1e75
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ PACKET_VERSION versionForPacketType(PACKET_TYPE type) {
|
|||
return 1;
|
||||
|
||||
case PACKET_TYPE_VOXEL_QUERY:
|
||||
return 1;
|
||||
return 2;
|
||||
|
||||
case PACKET_TYPE_SET_VOXEL:
|
||||
case PACKET_TYPE_SET_VOXEL_DESTRUCTIVE:
|
||||
|
|
Loading…
Reference in a new issue