mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Reverted some changes to miss on purpose mode
This commit is contained in:
@@ -221,18 +221,6 @@ export function Header() {
|
||||
/>
|
||||
</div>
|
||||
<div className={`h-8 w-0 border-l-[2px] border-gray-700`}></div>
|
||||
<OlRoundStateButton
|
||||
onClick={() => {
|
||||
getApp().getUnitsManager().getSelectedUnits().forEach((unit) => {
|
||||
let position = new LatLng(unit.getPosition().lat, unit.getPosition().lng);
|
||||
position.lat += 0.01;
|
||||
position.alt = ftToM(15000);
|
||||
unit.fireAtArea(position);
|
||||
})
|
||||
}}
|
||||
checked={false}
|
||||
icon={faFlag}
|
||||
/>
|
||||
<div className={`flex h-fit flex-row items-center justify-start gap-1`}>
|
||||
{Object.entries({
|
||||
human: olButtonsVisibilityHuman,
|
||||
|
||||
Reference in New Issue
Block a user