From 29108ea8ad0672a2f10fde88487d544943677887 Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Thu, 1 Aug 2013 14:31:03 +0100 Subject: [PATCH] Change wording for SteamAuthstringValidation config option to mark feature as experimental (bug 5791, r=psychonic). --- configs/core.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/core.cfg b/configs/core.cfg index a8ab408a..07855274 100644 --- a/configs/core.cfg +++ b/configs/core.cfg @@ -112,7 +112,7 @@ * If set to yes, SourceMod will validate steamid auth strings with the Steam backend before giving out admin access. * This can prevent malicious users from impersonating admins with stolen Steam apptickets. * If Steam is down, admins will not be authenticated until Steam comes back up. - * In general, this option should be set to "yes" to increase the security of your server. + * This option increases the security of your server, but is still experimental. */ "SteamAuthstringValidation" "yes"