forked from github/server
allow game.start in ini file
This commit is contained in:
parent
f2bb51b3ab
commit
7ee5a3624e
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ static void load_inifile(void)
|
|||
static const char * valid_keys[] = {
|
||||
"game.id",
|
||||
"game.name",
|
||||
"game.start",
|
||||
"game.locale",
|
||||
"game.verbose",
|
||||
"game.report",
|
||||
|
|
Loading…
Reference in a new issue