update 'no patcher available' message

This commit is contained in:
IsWaffle 2024-04-05 15:07:58 -04:00
parent 8cceee6668
commit e20ccf4b76

View File

@ -60,7 +60,7 @@ public class ReleaseCheckTask : InstallerTaskBase
if (comparePatchToAki == null && patchNeedCheck) if (comparePatchToAki == null && patchNeedCheck)
{ {
return Result.FromError("No patcher available for your version"); return Result.FromError("No patcher available for your version. A patcher is usually created within 24 hours of an EFT update.\nYou can join our discord and watch the dev-webhooks channel for '[SPT-AKI/Downgrade-Patches] Release created' to know when a patcher is available");
} }
_data.PatchNeeded = patchNeedCheck; _data.PatchNeeded = patchNeedCheck;