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.
This commit is contained in:
dragomagol
2021-03-22 17:36:47 +00:00
committed by GitHub
parent ba5f155bd8
commit 0fe1b8ce66
+1 -1
View File
@@ -51,7 +51,7 @@
"spawn_positions": 4
},
"cook": {
"additional_cqc_areas": ["/area/service/kitchen/tourist_seating_area"]
"additional_cqc_areas": ["/area/service/kitchen/diner"]
}
}
}