diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-11-27 00:26:19 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-11-29 22:08:25 +0200 |
commit | 96a286dcf501e1a749767e20327613c02bb1ff63 (patch) | |
tree | 6a0367b873ee749b31029f25f4e05ada7b316314 /minetest.conf.example | |
parent | 420de7ad5e1bf2d8017705dcddcdcd03709d4410 (diff) | |
download | minetest-96a286dcf501e1a749767e20327613c02bb1ff63.tar.gz minetest-96a286dcf501e1a749767e20327613c02bb1ff63.tar.bz2 minetest-96a286dcf501e1a749767e20327613c02bb1ff63.zip |
Make strict and non-strict protocol version checking to work more like expected
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index aebab825c..64cb87727 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -139,8 +139,8 @@ #motd = Welcome to this awesome Minetest server! # Maximum number of players connected simultaneously #max_users = 100 -# Set to false to allow old clients to connect -#strict_protocol_version_checking = true +# Set to true to disallow old clients from connecting +#strict_protocol_version_checking = false # Set to true to enable creative mode (unlimited inventory) #creative_mode = false # Enable players getting damage and dying |