mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
push packet version for assignments
This commit is contained in:
parent
6431d35f86
commit
1cd5fec71c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
return 2;
|
||||
case PacketTypeCreateAssignment:
|
||||
case PacketTypeRequestAssignment:
|
||||
return 1;
|
||||
return 2;
|
||||
case PacketTypeVoxelSet:
|
||||
case PacketTypeVoxelSetDestructive:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue