mirror of
https://github.com/rehlds/reunion.git
synced 2025-01-12 21:57:54 +03:00
[skip ci] Update config
This commit is contained in:
parent
5fec1febb1
commit
2370bdaff2
5
reunion/dist/reunion.cfg
vendored
5
reunion/dist/reunion.cfg
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user