1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-20 20:20:30 -05:00

Containment on Diner: remove Gas Station zone

This commit is contained in:
Jbleezy
2023-03-18 18:06:40 -07:00
parent f5154a1446
commit e5431fb60d

View File

@ -2894,7 +2894,7 @@ containment_get_zones()
}
else if(level.scr_zm_map_start_location == "diner")
{
containment_zones = array("zone_roadside_west", "zone_gas", "zone_roadside_east", "zone_gar", "zone_din");
containment_zones = array("zone_roadside_west", "zone_roadside_east", "zone_gar", "zone_din");
}
else if(level.scr_zm_map_start_location == "farm")
{