diff --git a/README.md b/README.md
index cc1fb4f4e..8802f7b77 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ This means that plugins that do binary code analysis (Orpheu for example) probab
sv_rehlds_userinfo_transmitted_fields // Userinfo fields only with these keys will be transmitted to clients via network. If not set then all fields will be transmitted (except prefixed with underscore). Each key must be prefixed by backslash, for example "\name\model\*sid\*hltv\bottomcolor\topcolor". See [wiki](https://github.com/dreamstalker/rehlds/wiki/Userinfo-keys) to collect sufficient set of keys for your server. Default: ""
sv_rehlds_attachedentities_playeranimationspeed_fix // Fixes bug with gait animation speed increase when player has some attached entities (aiments). Can cause animation lags when cl_updaterate is low. Default: 0
sv_rehlds_maxclients_from_single_ip // Limit number of connections from the single ip address. Default: 5
+sv_rehlds_local_gametime <1|0> // A feature of local gametime which decrease "lags" if you run same map for a long time. Default: 0
sv_use_entity_file // Use custom entity file for a map. Path to an entity file will be "maps/[map name].ent". 0 - use original entities. 1 - use .ent files from maps directory. 2 - use .ent files from maps directory and create new .ent file if not exist.
sv_rcon_allowexternal <1|0> // Usage of Rcon from externals IPs. Default: 1
sv_usercmd_custom_random_seed // When enabled server will populate an additional random seed independent of the client. Default: 0