forgot to delete the (commented out) calls to Cmd_Process

This commit is contained in:
Bill Currie 2002-04-20 03:22:14 +00:00
parent 4ccc9d6322
commit 44a905e98c
2 changed files with 0 additions and 2 deletions

View file

@ -1044,7 +1044,6 @@ SV_ConnectionlessPacket (void)
s = MSG_ReadString (net_message);
Cmd_TokenizeString (s, true);
//Cmd_Process ();
c = Cmd_Argv (0);

View file

@ -1241,7 +1241,6 @@ SV_ExecuteUserCommand (const char *s)
ucmd_t cmd;
Cmd_TokenizeString (s, true);
//Cmd_Process ();
sv_player = host_client->edict;
cmd.name = Cmd_Argv(0);