mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Bumped octree stats packet version
This commit is contained in:
parent
85d007adfd
commit
49eadac024
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
case PacketTypeVoxelSet:
|
||||
case PacketTypeVoxelSetDestructive:
|
||||
return 1;
|
||||
case PacketTypeOctreeStats:
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue