From 529ba3e71b1cf547bce90bcff470c93d04873e21 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 5 Apr 2010 09:45:29 +0200 Subject: [PATCH] fix antilag again (because LH disabled sv_gameplayfix_consistentplayerprethink) --- defaultXonotic.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 645be5150..adc3b2682 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1790,3 +1790,6 @@ seta _cl_userid "" "player ID (e.g. for tournaments)" // FIXME workaround for engine bug sv_gameplayfix_nudgeoutofsolid 0 // to div0: remove this once 5b7ac1706712977bbc0297d2d53294e73574c7cd (svn r9537) is in the stable branch of the engine again + +// otherwise, antilag breaks +sv_gameplayfix_consistentplayerprethink 1 -- 2.39.2