mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 18:52:28 +00:00
[qw] Call SV_Physics_Init_Cvars during server init
This fixes the broken physics. Really, not that bad considering how extensive the cvar revamp was.
This commit is contained in:
parent
bbb66e13f8
commit
618453629f
1 changed files with 1 additions and 0 deletions
|
@ -2355,6 +2355,7 @@ SV_InitLocal (void)
|
|||
int i;
|
||||
|
||||
SV_UserInit ();
|
||||
SV_Physics_Init_Cvars ();
|
||||
|
||||
Cvar_Register (&rcon_password_cvar, 0, 0);
|
||||
Cvar_Register (&admin_password_cvar, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue