diff --git a/spv3/loader/src/Install.cs b/spv3/loader/src/Install.cs index 8fdffb5c6..90273dd6d 100644 --- a/spv3/loader/src/Install.cs +++ b/spv3/loader/src/Install.cs @@ -165,10 +165,11 @@ public void Initialise() Main = Visible; Activation = Collapsed; + ValidateTarget(Target); + /** * Determine if the current environment fulfills the installation requirements. */ - if (Registry.GameExists("Custom") || Registry.GameExists("Retail") || ( Kernel.hxe.Tweaks.Patches & Patcher.EXEP.DISABLE_DRM_AND_KEY_CHECKS) == 1)