From a378ab28a17b610e364fded21bac1248ced46ea2 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 19 Dec 2011 12:58:38 +0100 Subject: [PATCH] always show backtrace in warnings, or warnings are useless --- defaultXonotic.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index f42c508f55..b06d282572 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1628,6 +1628,7 @@ set capturelimit 0 // these entities are not referenced by anything directly, they just represent // teams and are found by find() when needed prvm_leaktest_ignore_classnames "ctf_team dom_team tdm_team" +prvm_backtraceforwarnings 1 sv_allowdownloads_inarchive 1 // for csprogs.dat sv_allowdownloads 0 // download protocol is evil -- 2.39.2