Skip to content

Commit 8c55343

Browse files
committed
Reverse edit of minetest.conf.example
1 parent 164e498 commit 8c55343

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

minetest.conf.example

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@
12331233
# Increase the value if players experience stuttery movement.
12341234
# type: float min: 1
12351235
# anticheat_movement_tolerance = 1.0
1236+
12361237
### Client-side Modding
12371238

12381239
# Restricts the access of certain client-side functions on servers.
@@ -3405,12 +3406,10 @@
34053406
# type: bool
34063407
# ask_reconnect_on_crash = false
34073408

3408-
# If enabled, actions are recorded for rollback.
3409-
# This option is only read when server starts. Note that the engine will not
3409+
# If enabled, node and inventory actions are recorded for rollback.
3410+
# This option is only read on server start. Note that the engine will not
34103411
# automatically clean old entries from the rollback database.
3411-
# Storage backend is configured per-world in world.mt:
3412-
# - rollback_backend (defaults to to sqlite3)
3413-
# - for PostgreSQL, pgsql_rollback_connection is required
3412+
# type: bool
34143413
# enable_rollback_recording = false
34153414

34163415
### Server/Env Performance

0 commit comments

Comments
 (0)