mirror of
https://github.com/minetest/minetest.git
synced 2025-06-30 07:00:23 +02:00
Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
ok @ShadowNinja
This commit is contained in:
@ -337,6 +337,7 @@
|
||||
# If true, disable cheat prevention in multiplayer
|
||||
#disable_anticheat = false
|
||||
# If true, actions are recorded for rollback
|
||||
# This option is only read when server starts
|
||||
#enable_rollback_recording = false
|
||||
# Handling for deprecated lua api calls:
|
||||
# "legacy" = (try to) mimic old behaviour (default for release).
|
||||
|
Reference in New Issue
Block a user