(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

@@ -184,6 +184,8 @@ VARDEF bool _network_autoclean_companies;
VARDEF uint8 _network_autoclean_unprotected; // Remove a company after X months
VARDEF uint8 _network_autoclean_protected; // Unprotect a company after X months
VARDEF uint16 _network_restart_game_date; // If this year is reached, the server automaticly restarts
NetworkGameList *NetworkQueryServer(const byte* host, unsigned short port, bool game_info);
#endif /* ENABLE_NETWORK */