Skip to content

Commit bb48cf0

Browse files
committed
Fix compilation issues
1 parent 9a5cc1d commit bb48cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/PatcherError.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static PatcherError NonLauncherExecution() {
3232

3333
public static PatcherError CannotRepairDiskFilesException()
3434
{
35-
return new PatcherError("other","Couldn't validate local files, please try again. If the issue remains, it could mean a disk issue.");
35+
return new PatcherError("Couldn't validate local files, please try again. If the issue remains, it could mean a disk issue.");
3636
}
3737

3838
public static PatcherError Other() {

0 commit comments

Comments
 (0)