diff --git a/NEG/UI/UiManager.cs b/NEG/UI/UiManager.cs index dc9513d..dc5414f 100644 --- a/NEG/UI/UiManager.cs +++ b/NEG/UI/UiManager.cs @@ -76,7 +76,7 @@ namespace NEG.UI { var data = new DefaultPopupData(currentDefaultPopup, title, content, new List<(string, Action)>() { (okText ?? localizedOk, okPressed) }); - ShowPopup(data, priority, forceShow); + ShowPopup(data, priority, forceShow); return data; }