remove anims installer

This commit is contained in:
Jonny_Bro (Nikita) 2024-07-16 23:45:01 +05:00
parent 75860e5e59
commit d63649e354
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8

View file

@ -340,13 +340,6 @@ for ($i = 0; $i -lt $libcount; $i++) {
Remove-Item $TempPath -Force -Recurse;
Write-Host Beatrun Installed!;
$confirmation = Read-Host "`nDo you want to change animations? (y/n)";
if ($confirmation -eq "y") {
Set-Location -Path $NewAddonPath;
$AnimChangerPath = $NewAddonPath + "\\BeatrunAnimInstaller.exe";
Start-Process -FilePath $AnimChangerPath -WorkingDirectory $NewAddonPath
}
}
}
}