(svn r20973) -Add: chat sending and receiving support for remote admins (dihedral)
This commit is contained in:
@@ -134,6 +134,7 @@ struct NetworkSettings {
|
||||
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
|
||||
bool server_admin_chat; ///< allow private chat for the server to be distributed to 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)
|
||||
|
Reference in New Issue
Block a user