Network protocl 1.0.6

This commit is contained in:
Stefan Bühler 2009-08-10 22:42:54 +02:00
parent 1b3b3b3eb8
commit f00652cac7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define MAXMSG 4096
int udpsocket;
const unsigned char gameversion[4]={0xda,0x01,0x00,0x05};
const unsigned char gameversion[4]={0xda,0x01,0x00,0x06};
struct netnode netnodes[MAXNETNODES];