From 4a331234e01fe06c2af8c6569a55d45685abad9f Mon Sep 17 00:00:00 2001 From: HybridDog Date: Thu, 15 Oct 2020 17:54:11 +0200 Subject: [PATCH] English fixes in settingtypes.txt --- settingtypes.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/settingtypes.txt b/settingtypes.txt index 0671dde..0ee0166 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,18 +1,18 @@ -# If set to false, only commands which can harm the map are added to the +# If set to false, the mod adds only commands which can harm the map to the # journal. we_undo.remember_innocuous (remember innocuous changes) bool true -# This is the maximum amount of commands in the journal of a player. +# This is the maximum number of commands in the journal of a player. # The size of the journal is further limited by the memory setting. -we_undo.max_commands (maximum count of commands) int 256 1 +we_undo.max_commands (maximum number of commands) int 256 1 -# This is the minimum amount of commands in the journal of a player. +# This is the minimum number of commands in the journal of a player. # The memory limit is ignored up to the last min_commands commands. -# This is because being unable to undo a big mistake is worse than exceeding -# the configured memory limit. -we_undo.min_commands (minimum count of commands) int 3 1 +# This setting exists because being unable to undo a big mistake is worse +# than exceeding the configured memory limit. +we_undo.min_commands (minimum number of commands) int 3 1 -# If the size of the journal exceeds this limit, old history is removed. +# If the size of the journal exceeds this limit, the mod removes old history. # Specify the value in bytes, note that it only considers big data, # approximately. # default value: 2^25 (32 MiB)