mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-29 20:28:42 +00:00
Update UnionPatcher.Gui/Forms/FilePatchForm.cs
Co-authored-by: Josh <josh@slendy.pw>
This commit is contained in:
parent
9acde41b82
commit
9a19005765
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue