mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
+1
-1
@@ -51,7 +51,7 @@
|
||||
"spawn_positions": 4
|
||||
},
|
||||
"cook": {
|
||||
"additional_cqc_areas": ["/area/service/kitchen/tourist_seating_area"]
|
||||
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user