mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Improved wording on "all XP will be lost" mission abort warning
This commit is contained in:
parent
65cfe4f4bc
commit
08e34a1b93
@ -54,7 +54,7 @@ do
|
||||
|
||||
local abortRoot = missionCommands.addSubMenu("⬣ Abort mission")
|
||||
if not TUM.settings.getValue(TUM.settings.id.MULTIPLAYER) and DCSEx.io.canReadAndWrite() then
|
||||
missionCommands.addCommand("✓ Confirm (all xp will be lost!)", abortRoot, doCommandAbortMission, nil)
|
||||
missionCommands.addCommand("✓ Confirm (all xp since last landing will be lost!)", abortRoot, doCommandAbortMission, nil)
|
||||
else
|
||||
missionCommands.addCommand("✓ Confirm", abortRoot, doCommandAbortMission, nil)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user