Server: add Skill_Init inside init()
This commit is contained in:
parent
cb4ba0c201
commit
0792fbaee9
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ init(float prevprogs)
|
|||
PropData_Init();
|
||||
SurfData_Init();
|
||||
DecalGroups_Init();
|
||||
Skill_Init();
|
||||
|
||||
/* DO NOT EVER CHANGE THESE. */
|
||||
cvar_set("r_meshpitch", "1");
|
||||
|
|
Loading…
Reference in a new issue