This commit is contained in:
Sardelka 2022-07-14 18:52:04 +08:00
parent e40d4695ea
commit 2ad91011c3

View File

@ -86,7 +86,7 @@ namespace RageCoop.Client.Menus
Menu.Clear();
if (Networking.IsOnServer)
{
Menu.Add(new NativeItem("Disconnect from the server before installing and update"));
Menu.Add(new NativeItem("Disconnect from the server first"));
}
else if (IsUpdating)
{