(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)

This commit is contained in:
rubidium
2010-10-17 17:35:42 +00:00
parent 7c29477eec
commit 7cc8a363d8
5 changed files with 59 additions and 15 deletions

View File

@@ -133,6 +133,7 @@ struct NetworkSettings {
uint16 max_join_time; ///< maximum amount of time, in game ticks, a client may take to join
bool pause_on_join; ///< pause the game when people join
uint16 server_port; ///< port the server listens on
uint16 server_admin_port; ///< port the server listens on for the admin network
char server_name[NETWORK_NAME_LENGTH]; ///< name of the server
char server_password[NETWORK_PASSWORD_LENGTH]; ///< password for joining this server
char rcon_password[NETWORK_PASSWORD_LENGTH]; ///< password for rconsole (server side)