From 652bee0a0c2a2ae74c238e663d86695cafd37ffd Mon Sep 17 00:00:00 2001 From: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:57:42 +0100 Subject: [PATCH] Attempt to fix the client lag (#20131) Attempt to fix the client lag --- code/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/world.dm b/code/world.dm index 70ab19a1382..64abdca57db 100644 --- a/code/world.dm +++ b/code/world.dm @@ -24,7 +24,7 @@ name = "Space Station 13" fps = 20 cache_lifespan = 0 //stops player uploaded stuff from being kept in the rsc past the current session - map_format = SIDE_MAP + // map_format = SIDE_MAP //Possibly makes the sprites flicker and thus the clients lag #ifdef FIND_REF_NO_CHECK_TICK loop_checks = FALSE #endif