From bc52b99758b3464e8293c2137119e06a60dfbcdc Mon Sep 17 00:00:00 2001 From: Putnam Date: Mon, 3 Feb 2020 03:27:06 -0800 Subject: [PATCH] ok putnam --- code/controllers/subsystem/persistence.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/persistence.dm b/code/controllers/subsystem/persistence.dm index a4466775ae..2825f4343b 100644 --- a/code/controllers/subsystem/persistence.dm +++ b/code/controllers/subsystem/persistence.dm @@ -266,7 +266,6 @@ SUBSYSTEM_DEF(persistence) var/bunker_path = file("data/bunker_passthrough.json") if(fexists(bunker_path)) GLOB.bunker_passthrough = json_decode(file2text(bunker_path)) - var/round_id = GLOB.round_id for(var/ckey in GLOB.bunker_passthrough) if(daysSince(GLOB.bunker_passthrough[ckey]) >= CONFIG_GET(number/max_bunker_days)) GLOB.bunker_passthrough -= ckey