change: disable query hook by default.

this is done to prevent banning servers with yapb's on some sites like gametracker, where they are banning servers that reports fake information about players / palyer counts.
This commit is contained in:
ds 2020-08-22 23:54:25 +03:00
commit 73ef635f09
2 changed files with 3 additions and 3 deletions

View file

@ -348,7 +348,7 @@ yb_display_welcome_text "1"
//
// Enables or disabled fake server queries response, that shows bots as real players in server browser.
// ---
// Default: "1", Min: "0", Max: "1"
// Default: "0", Min: "0", Max: "1"
//
yb_enable_query_hook "1"
yb_enable_query_hook "0"