reset default packet version to 0

This commit is contained in:
Stephen Birarda 2013-07-12 16:00:44 -07:00
parent 3147ac3ac4
commit 0235993366

View file

@ -14,7 +14,7 @@
PACKET_VERSION versionForPacketType(PACKET_TYPE type) {
switch (type) {
default:
return 1;
return 0;
break;
}
}