--- deliantra/server/socket/init.C 2007/03/11 02:12:45 1.39 +++ deliantra/server/socket/init.C 2007/03/14 15:44:47 1.41 @@ -131,12 +131,13 @@ mapx = 11; mapy = 11; itemcmd = 1; /* Default is version item1 command */ + max_rate = 100000 / (1000000 / MAX_TIME); // ~1mbit is assumed per default /* Do this so we don't send a face command for the client for * this face. Face 0 is sent to the client to say clear * face information. */ - faces_sent[0] = NS_FACESENT_FACE; + faces_sent[0] = true; socket_ev.prio (PE_PRIO_NORMAL); socket_ev.fd (fd);