mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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) {
|
||||
switch (type) {
|
||||
default:
|
||||
return 1;
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue