From b40105902eab3fc826ced096bf7d94e1646ade59 Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Mon, 10 Dec 2012 14:56:11 +0000 Subject: [PATCH] Added cache_lifespan = 0 to /world. In theory it might help with constant redownloading of resources. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5293 316c924e-a436-60f5-8080-3fe189b3f50e --- code/world.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/world.dm b/code/world.dm index 44d79bade7..ca0a4f2fb0 100644 --- a/code/world.dm +++ b/code/world.dm @@ -3,6 +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