Server: We forgot to call Vote_Init(), which clears a bunch of serverinfo keys.
This commit is contained in:
parent
0fe863aabc
commit
086e8e5a37
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ void initents(void)
|
|||
|
||||
Plugin_InitEnts();
|
||||
Mapcycle_Init();
|
||||
Vote_Init();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue