Remove annoying autocomplete suffix

This commit is contained in:
Gustas
2023-03-15 11:49:21 +02:00
committed by Matthias Mailänder
parent e808549637
commit 384435f8eb

View File

@@ -59,7 +59,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
else else
{ {
prefix = ""; prefix = "";
suffix = ": "; suffix = " ";
toComplete = text; toComplete = text;
} }