Skip to content

Commit

Permalink
[MIRROR] Sets cache lifespan to 0 (#2584)
Browse files Browse the repository at this point in the history
* Sets cache lifespan to 0

* Update world.dm

---------

Co-authored-by: Watermelon914 <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 20, 2024
1 parent 87c2e72 commit 26b180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26b180b

Please sign in to comment.