1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-28 14:16:03 +02:00

Add enable_rollback_recording setting, defaulting to false

This commit is contained in:
Perttu Ahola
2012-07-28 03:08:09 +03:00
parent e64feefc61
commit c9ed379e39
4 changed files with 11 additions and 0 deletions

View File

@ -160,6 +160,8 @@
#disallow_empty_password = false
# If true, disable cheat prevention in multiplayer
#disable_anticheat = false
# If true, actions are recorded for rollback
#enable_rollback_recording = false
# Profiler data print interval. #0 = disable.
#profiler_print_interval = 0