mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
More work on external audio sources, started adding generic audio packet handling
This commit is contained in:
@@ -850,8 +850,7 @@ export abstract class Unit extends CustomMarker {
|
||||
if (targetPosition) getApp().getUnitsManager().addDestination(targetPosition, false, 0, units);
|
||||
}
|
||||
);
|
||||
|
||||
/* Temporarily removed until more work can be done for external sounds
|
||||
|
||||
contextActionSet.addContextAction(
|
||||
this,
|
||||
"speaker",
|
||||
@@ -864,7 +863,6 @@ export abstract class Unit extends CustomMarker {
|
||||
},
|
||||
{ executeImmediately: true }
|
||||
);
|
||||
*/
|
||||
|
||||
contextActionSet.addDefaultContextAction(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user