We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5cc1d commit bb48cf0Copy full SHA for bb48cf0
Assets/PatchKit Patcher/Scripts/PatcherError.cs
@@ -32,7 +32,7 @@ public static PatcherError NonLauncherExecution() {
32
33
public static PatcherError CannotRepairDiskFilesException()
34
{
35
- return new PatcherError("other","Couldn't validate local files, please try again. If the issue remains, it could mean a disk issue.");
+ return new PatcherError("Couldn't validate local files, please try again. If the issue remains, it could mean a disk issue.");
36
}
37
38
public static PatcherError Other() {
0 commit comments