summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-21 19:55:49 +0100
committerAki <please@ignore.pl>2024-03-21 19:55:49 +0100
commit30346e276d6a6c127b41f3085e47fcc87c4b80ea (patch)
tree10bc3d44a9cc2b67c1e79cb96cd9a5e59f799768 /data
parentebbf3a75f9b0f6af7ebdc6a02a68c15378e77342 (diff)
downloadstarshatter-30346e276d6a6c127b41f3085e47fcc87c4b80ea.zip
starshatter-30346e276d6a6c127b41f3085e47fcc87c4b80ea.tar.gz
starshatter-30346e276d6a6c127b41f3085e47fcc87c4b80ea.tar.bz2
Add localhost to default servers list
Diffstat (limited to 'data')
-rw-r--r--data/client.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/client.cfg b/data/client.cfg
index 6d7d090..f1e36b4 100644
--- a/data/client.cfg
+++ b/data/client.cfg
@@ -5,3 +5,9 @@ server: {
addr: "79.98.149.230",
port: 11100,
}
+
+server: {
+ name: "Localhost",
+ addr: "127.0.0.1",
+ port: 11100,
+}