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

Remove extra whitespace

This commit is contained in:
Jbleezy 2023-12-16 22:17:59 -08:00
parent 72dfc1f0c3
commit b62aca6742
7 changed files with 19 additions and 17 deletions

View File

@ -371,7 +371,7 @@ recapture_round_start()
wait 0.05; wait 0.05;
} }
//if ( s_recapture_target_zone.n_current_progress == 0 || s_recapture_target_zone.n_current_progress == 100 ) // if ( s_recapture_target_zone.n_current_progress == 0 || s_recapture_target_zone.n_current_progress == 100 )
// s_recapture_target_zone handle_generator_capture(); // s_recapture_target_zone handle_generator_capture();
capture_event_handle_ai_limit(); capture_event_handle_ai_limit();

View File

@ -790,16 +790,18 @@ working_zone_init()
add_adjacent_zone("zone_cellblock_west_gondola", "zone_cellblock_west_gondola_dock", "gondola_dock_to_roof"); add_adjacent_zone("zone_cellblock_west_gondola", "zone_cellblock_west_gondola_dock", "gondola_dock_to_roof");
} }
// else if ( is_gametype_active( "zgrief" ) ) /*
// { else if ( is_gametype_active( "zgrief" ) )
// playable_area = getentarray( "player_volume", "script_noteworthy" ); {
playable_area = getentarray( "player_volume", "script_noteworthy" );
// foreach ( area in playable_area ) foreach ( area in playable_area )
// { {
// if ( isdefined( area.script_parameters ) && area.script_parameters == "classic_only" ) if ( isdefined( area.script_parameters ) && area.script_parameters == "classic_only" )
// area delete(); area delete();
// } }
// } }
*/
add_adjacent_zone("zone_golden_gate_bridge", "zone_golden_gate_bridge", "activate_player_zone_bridge"); add_adjacent_zone("zone_golden_gate_bridge", "zone_golden_gate_bridge", "activate_player_zone_bridge");