Update UnionPatcher.Gui/Forms/FilePatchForm.cs

Co-authored-by: Josh <josh@slendy.pw>
This commit is contained in:
McMistrzYT 2023-02-09 18:59:09 +01:00 committed by GitHub
commit 9a19005765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}