(pre_update_hook): New configuration key.
(update_wait): Implement it. (run_hook): New.
This commit is contained in:
parent
f12649c3da
commit
7d71984932
3 changed files with 38 additions and 2 deletions
|
@ -60,7 +60,8 @@ int update_wantmin = 0; /* number of votes required for demand update */
|
|||
int blitz_time = 10; /* number of minutes between blitz updates */
|
||||
char *update_demandtimes = ""; /* times demand update is allowed */
|
||||
char *game_days = ""; /* days game is running */
|
||||
char *game_hours = ""; /* hours game is running */
|
||||
char *game_hours = ""; /* hours game is running */
|
||||
char *pre_update_hook = "";
|
||||
int max_idle = 15; /* session dies after max_idle minutes idle */
|
||||
|
||||
int sect_mob_max = 127; /* sector mobility limits */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue