From 55aa0d165030ea403f79930779bf6de8350441ca Mon Sep 17 00:00:00 2001 From: Oscar Linderholm Date: Thu, 19 Sep 2024 21:11:56 +0200 Subject: [PATCH] Remove sv_antilag from tot mode --- src/commands.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index ef2dbb80..010ecf69 100644 --- a/src/commands.c +++ b/src/commands.c @@ -4454,7 +4454,6 @@ const char tot_um_init[] = "k_spw 1\n" "k_tot_mode 1\n" "maxclients 9\n" - "sv_antilag 2\n" "teamplay 0\n" "timelimit 5\n" ;