summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-07-21 14:38:49 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-07-21 14:38:49 +0300
commit2795f44f0316c83728bc8059a020869058498f78 (patch)
tree38f46d49d49033cc454da660b829c1e950a491b8 /minetest.conf.example
parentb0ba05c9ac021032801952ff1220ed4ab1b1bd45 (diff)
downloadminetest-2795f44f0316c83728bc8059a020869058498f78.tar.gz
minetest-2795f44f0316c83728bc8059a020869058498f78.tar.bz2
minetest-2795f44f0316c83728bc8059a020869058498f78.zip
Server-side checking of digging; disable_anticheat setting
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index ef1b8d261..fdfbf201c 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -158,6 +158,8 @@
#static_spawnpoint = 0, 10, 0
# If true, new players cannot join with an empty password
#disallow_empty_password = false
+# If true, disable cheat prevention in multiplayer
+#disable_anticheat = false
# Profiler data print interval. #0 = disable.
#profiler_print_interval = 0