mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
change host_client to sv_player. I *hope* this is the right thing.
This commit is contained in:
parent
cf10da8120
commit
43c8763de0
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ SV_SetInfo_f (void)
|
|||
if (UserInfoCallback) {
|
||||
float ret;
|
||||
|
||||
*sv_globals.self = EDICT_TO_PROG (&sv_pr_state, host_client);
|
||||
*sv_globals.self = EDICT_TO_PROG (&sv_pr_state, sv_player);
|
||||
G_var (&sv_pr_state, OFS_PARM0, string) = PR_SetString (&sv_pr_state,
|
||||
Cmd_Argv (1));
|
||||
G_var (&sv_pr_state, OFS_PARM1, string) = PR_SetString (&sv_pr_state,
|
||||
|
|
Loading…
Reference in a new issue