From 26b180bd5536a34433e59ce4bcf5c81c3438ea72 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Mon, 20 May 2024 15:13:25 -0400 Subject: [PATCH] [MIRROR] Sets cache lifespan to 0 (#2584) * Sets cache lifespan to 0 * Update world.dm --------- Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- code/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/world.dm b/code/world.dm index 7222dcbd633..cddd987919f 100644 --- a/code/world.dm +++ b/code/world.dm @@ -17,7 +17,7 @@ hub_password = "kMZy3U5jJHSiBQjr" name = "/tg/ Station 13" fps = 20 - cache_lifespan = 0 // NOVA EDIT - Makes sure TTS shit isnt kept past rounds + cache_lifespan = 0 //map_format = SIDE_MAP // NOVA EDIT - TODO: WALLENING - REMOVE THIS (hopefully the visual z-fighting issues will have been ironed out by then) #ifdef FIND_REF_NO_CHECK_TICK loop_checks = FALSE