Server: force set sv_nqplayerphysics to 0, so the engine shuts up about its prediction not working on map start

This commit is contained in:
Marco Cawthorne 2023-05-01 06:58:54 -07:00
parent aa573ebec5
commit b3b22045f3
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 3 additions and 0 deletions

View File

@ -459,6 +459,9 @@ initents(void)
/* engine hacks for dedicated servers */
cvar_set("s_nominaldistance", "1000");
/* other engine hacks */
cvar_set("sv_nqplayerphysics", "0");
}
var int autocvar_sv_levelexec = 1;