Fixed typo
This commit is contained in:
parent
0a0615813c
commit
16576d3a81
@ -38,7 +38,7 @@ public class InitializationTask : InstallerTaskBase
|
||||
if (File.Exists(Path.Join(_data.TargetInstallPath, "EscapeFromTarkov.exe")))
|
||||
{
|
||||
return Result.FromError(
|
||||
"Install location is a folder that has existing game files. Please make the folder doesn't contain an existing spt install");
|
||||
"Install location is a folder that has existing game files. Please make sure the folder doesn't contain an existing SPT install");
|
||||
}
|
||||
|
||||
return Result.FromSuccess($"Current Game Version: {_data.OriginalGameVersion}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user