bumb version number of PACKET_TYPE_VOXEL_QUERY

This commit is contained in:
ZappoMan 2013-11-27 15:55:49 -08:00
parent ce90cd5382
commit a3b69c1e75

View file

@ -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: