Server: We forgot to call Vote_Init(), which clears a bunch of serverinfo keys.

This commit is contained in:
Marco Cawthorne 2021-02-13 23:08:58 +01:00
parent 0fe863aabc
commit 086e8e5a37

View file

@ -425,6 +425,7 @@ void initents(void)
Plugin_InitEnts();
Mapcycle_Init();
Vote_Init();
}
/*