diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index ee22e9f04..69ed31a64 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -22,8 +22,7 @@ # Client and server # -# Network port (UDP) -#port = + # Name of player; on a server this is the main admin #name = @@ -31,6 +30,8 @@ # Client stuff # +# Port to connect to (UDP) +#remote_port = # Key mappings # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 #keymap_forward = KEY_KEY_W @@ -198,7 +199,8 @@ # # Server stuff # - +# Network port to listen (UDP) +#port = # Name of server #server_name = Minetest server # Description of server |