mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 07:25:43 +02:00
reset default packet version to 0
This commit is contained in:
parent
3147ac3ac4
commit
0235993366
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
PACKET_VERSION versionForPacketType(PACKET_TYPE type) {
|
PACKET_VERSION versionForPacketType(PACKET_TYPE type) {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
default:
|
default:
|
||||||
return 1;
|
return 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue