mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
oooooooops, forgot to call Game_Init in the server
This commit is contained in:
parent
8ef747124c
commit
fc99d7bd4d
1 changed files with 1 additions and 0 deletions
|
@ -1924,6 +1924,7 @@ SV_Init (void)
|
||||||
Cbuf_Execute_Sets ();
|
Cbuf_Execute_Sets ();
|
||||||
|
|
||||||
COM_Filesystem_Init ();
|
COM_Filesystem_Init ();
|
||||||
|
Game_Init ();
|
||||||
COM_Init ();
|
COM_Init ();
|
||||||
|
|
||||||
PR_Init ();
|
PR_Init ();
|
||||||
|
|
Loading…
Reference in a new issue