mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 04:30:32 -05:00
Containment on Diner: remove Gas Station zone
This commit is contained in:
@ -2894,7 +2894,7 @@ containment_get_zones()
|
|||||||
}
|
}
|
||||||
else if(level.scr_zm_map_start_location == "diner")
|
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")
|
else if(level.scr_zm_map_start_location == "farm")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user