From 9a1900576536ca3c255177ca394b4a4cf911621e Mon Sep 17 00:00:00 2001 From: McMistrzYT <56406996+McMistrzYT@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:59:09 +0100 Subject: [PATCH] Update UnionPatcher.Gui/Forms/FilePatchForm.cs Co-authored-by: Josh --- UnionPatcher.Gui/Forms/FilePatchForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }