mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
forgot to delete the (commented out) calls to Cmd_Process
This commit is contained in:
parent
4ccc9d6322
commit
44a905e98c
2 changed files with 0 additions and 2 deletions
|
@ -1044,7 +1044,6 @@ SV_ConnectionlessPacket (void)
|
|||
s = MSG_ReadString (net_message);
|
||||
|
||||
Cmd_TokenizeString (s, true);
|
||||
//Cmd_Process ();
|
||||
|
||||
c = Cmd_Argv (0);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue