(svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date for in

which year the server must restart hisself. (0 = disabled, default value)
This commit is contained in:
truelight
2004-12-23 17:37:26 +00:00
parent e480efb19d
commit 824d73be2d
6 changed files with 50 additions and 2 deletions

View File

@@ -766,6 +766,7 @@ static const SettingDesc network_settings[] = {
{"autoclean_companies", SDT_BOOL, (void*)false, &_network_autoclean_companies, NULL},
{"autoclean_unprotected", SDT_UINT8, (void*)12, &_network_autoclean_unprotected, NULL},
{"autoclean_protected", SDT_UINT8, (void*)36, &_network_autoclean_protected, NULL},
{"restart_game_date", SDT_UINT16, (void*)0, &_network_restart_game_date, NULL},
{NULL, 0, NULL, NULL, NULL}
};
#endif /* ENABLE_NETWORK */