diff -r 882be6e4ad19 -r 5b2681cad645 network_data.h --- a/network_data.h Sat Jan 15 19:17:45 2005 +0000 +++ b/network_data.h Sat Jan 15 20:09:16 2005 +0000 @@ -160,6 +160,8 @@ PACKET_SERVER_ERROR_QUIT, PACKET_SERVER_SHUTDOWN, PACKET_SERVER_NEWGAME, + PACKET_SERVER_RCON, + PACKET_CLIENT_RCON, PACKET_END // Should ALWAYS be on the end of this list!! (period) } PacketType;