[skip ci] Update config

This commit is contained in:
s1lentq 2024-06-28 00:25:02 +07:00
parent 5fec1febb1
commit 2370bdaff2

View File

@ -90,7 +90,10 @@ AuthVersion = 3
# SteamIdHashSalt (string)
# Salt string for SteamIDs hashing. Irreversibly changes SteamIDs. Prevents SteamID stealing.
# Should be more than 31 chars length. If string is empty, hashing is not applied (AuthVersion < 3) or Reunion init will be failed (AuthVersion >= 3).
# Should be more than or equal to 16 chars length.
# AuthVersion < 3: If string is empty, hashing is not applied
# AuthVersion >= 3: If string is empty, init will be failed
# Recommended length is more than 31 chars
SteamIdHashSalt =
# SC2009_RevCompatMode (0 / 1)