From 2370bdaff2c0586e4b3bea72d1cb681436dc16a5 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Fri, 28 Jun 2024 00:25:02 +0700 Subject: [PATCH] [skip ci] Update config --- reunion/dist/reunion.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reunion/dist/reunion.cfg b/reunion/dist/reunion.cfg index 8020d52..0f62817 100644 --- a/reunion/dist/reunion.cfg +++ b/reunion/dist/reunion.cfg @@ -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)