mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-31 11:56:37 +00:00
Improved wording on "all XP will be lost" mission abort warning
This commit is contained in:
@@ -54,7 +54,7 @@ do
|
|||||||
|
|
||||||
local abortRoot = missionCommands.addSubMenu("⬣ Abort mission")
|
local abortRoot = missionCommands.addSubMenu("⬣ Abort mission")
|
||||||
if not TUM.settings.getValue(TUM.settings.id.MULTIPLAYER) and DCSEx.io.canReadAndWrite() then
|
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
|
else
|
||||||
missionCommands.addCommand("✓ Confirm", abortRoot, doCommandAbortMission, nil)
|
missionCommands.addCommand("✓ Confirm", abortRoot, doCommandAbortMission, nil)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user