Use the NetworkPacket api to read full version string instead of u8 pointers. Also...
authorLoic Blot <loic.blot@unix-experience.fr>
Tue, 17 Mar 2015 13:04:46 +0000 (14:04 +0100)
committerLoic Blot <loic.blot@unix-experience.fr>
Tue, 17 Mar 2015 13:12:18 +0000 (14:12 +0100)
commit814e55597d3c3c1711825366d4345cee48d8fb87
treecfa06c6de6cbcf1fa7ef960fac335d28150d5b63
parentbfc4652c668f7fffc134d461800d9fe4f0055837
Use the NetworkPacket api to read full version string instead of u8 pointers. Also store the reserved byte to use API properly

Fixes #2509
src/network/serverpackethandler.cpp