diff --git a/UnionPatcher.Gui/Forms/FilePatchForm.cs b/UnionPatcher.Gui/Forms/FilePatchForm.cs index a7499d8..74b5382 100644 --- a/UnionPatcher.Gui/Forms/FilePatchForm.cs +++ b/UnionPatcher.Gui/Forms/FilePatchForm.cs @@ -134,6 +134,6 @@ public class FilePatchForm : Form { } this.serverUrl.Text = this.serverUrl.Text.TrimEnd('/'); - Gui.CreateOkDialog("Success!", "The Server URL has been patched to " + formattedUrl); + Gui.CreateOkDialog("Success!", "The Server URL has been patched to " + this.serverUrl.Text); } }