From 0fe1b8ce6622e4b7b599d6afcb302bf04f36e239 Mon Sep 17 00:00:00 2001 From: dragomagol <66640614+dragomagol@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:36:47 -0700 Subject: [PATCH] Fixes broken CQC area on Icebox (#57876) #57593 added CQC whitelists to each map, but the whitelisted area on Icebox (/area/service/kitchen/tourist_seating_area)... doesn't exist. This changes that area to the actually used area. --- _maps/icebox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_maps/icebox.json b/_maps/icebox.json index 69f5e4b8714..784410d959f 100644 --- a/_maps/icebox.json +++ b/_maps/icebox.json @@ -51,7 +51,7 @@ "spawn_positions": 4 }, "cook": { - "additional_cqc_areas": ["/area/service/kitchen/tourist_seating_area"] + "additional_cqc_areas": ["/area/service/kitchen/diner"] } } }