Fix RCS1205

This commit is contained in:
RoosterDragon
2023-03-18 13:16:05 +00:00
committed by Gustas
parent 25cb3728ca
commit 498c6e3d8b
8 changed files with 27 additions and 24 deletions

View File

@@ -24,10 +24,10 @@ namespace OpenRA.Mods.Common.Widgets
Dictionary<string, object> titleArguments = null,
Dictionary<string, object> textArguments = null,
Action onConfirm = null,
Action onCancel = null,
Action onOther = null,
string confirmText = null,
Action onCancel = null,
string cancelText = null,
Action onOther = null,
string otherText = null)
{
var promptName = onOther != null ? "THREEBUTTON_PROMPT" : "TWOBUTTON_PROMPT";