Skip to content

Commit

Permalink
Fix bug in cubo muerte mission to make black hole generator listen on…
Browse files Browse the repository at this point in the history
… correct channel

Signed-off-by: Stephen M. Cameron <[email protected]>
  • Loading branch information
smcameron committed Aug 7, 2021
1 parent 05add57 commit e5bbec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/snis/luascripts/MISSIONS/CUBOMUERTE.LUA
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ end

initial_audio_message_time = 5 * secs;
add_zarkon_fleet(0, 0, 0);
comms_channel_listen("MEGAMASS BHG 1.7", 123, "bhg_listener");
comms_channel_listen("MEGAMASS BHG 1.7", bhg_channel, "bhg_listener");

register_timer_callback("scheduled_audio_message", initial_audio_message_time, 1);
register_timer_callback("check_bhg_position", 10, 0);
Expand Down

0 comments on commit e5bbec7

Please sign in to comment.