diff --git a/quakespasm/Quake/cl_main.c b/quakespasm/Quake/cl_main.c index 0f80f58e..df6c574b 100644 --- a/quakespasm/Quake/cl_main.c +++ b/quakespasm/Quake/cl_main.c @@ -171,6 +171,7 @@ void CL_EstablishConnection (char *host) cls.demonum = -1; // not in the demo loop now cls.state = ca_connected; cls.signon = 0; // need all the signon messages before playing + MSG_WriteByte (&cls.message, clc_nop); // NAT Fix from ProQuake } /*