From 78244e7e3e5c3bee508c6c8373933ea4892d03dc Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 23 Jan 2024 19:52:11 +0100 Subject: [PATCH] removed tables from config files --- src/chat/client.toml | 1 - src/chat/server.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/src/chat/client.toml b/src/chat/client.toml index 4fb082a..6de191d 100644 --- a/src/chat/client.toml +++ b/src/chat/client.toml @@ -14,6 +14,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -[connection] auto_connect = false # Automatic connection to 'auto_connect_ip' auto_connect_ip = "109.123.243.163" # See 'auto_connect' \ No newline at end of file diff --git a/src/chat/server.toml b/src/chat/server.toml index 6a8eb5d..30f15ed 100644 --- a/src/chat/server.toml +++ b/src/chat/server.toml @@ -14,5 +14,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -[connection] user_pick_username = true # User will be prompted for his username on connect or will have to set it onetime [NOT IMPLEMENTED]