From d52c77dba46f7bf09ea304d36f794dbdcc1609e5 Mon Sep 17 00:00:00 2001 From: toaster <rollerorbital@gmail.com> Date: Mon, 31 Oct 2022 23:21:56 +0000 Subject: [PATCH] Enable experimental dedicated idle system There's enough confidence among krew that there's zero apparent downside to this, but made sure to do it as a seperate commit if we have to hit the emergency switch and revert --- src/d_clisrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 53a24056d..b4c39ccb7 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -6199,7 +6199,7 @@ FILESTAMP } // If a tree falls in the forest but nobody is around to hear it, does it make a tic? -//#define DEDICATEDIDLETIME (10*TICRATE) +#define DEDICATEDIDLETIME (10*TICRATE) void NetUpdate(void) { -- GitLab