From d671eb9a0c3740b359eedb7560bbbebc9f5f113b Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Fri, 1 Feb 2013 08:29:57 +0000 Subject: [PATCH] - Committing for carn. Changed the cache lifespan from 0 to 30. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5637 316c924e-a436-60f5-8080-3fe189b3f50e --- code/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/world.dm b/code/world.dm index 42d120f58c1..a1a9c7212d9 100644 --- a/code/world.dm +++ b/code/world.dm @@ -3,7 +3,7 @@ turf = /turf/space area = /area view = "15x15" - cache_lifespan = 0 //stops player uploaded stuff from being kept in the rsc past the current session + cache_lifespan = 30 //stops player uploaded stuff from being kept in the rsc past the current session