diff --git a/static/install b/static/install index e035f99..dfe4bab 100644 --- a/static/install +++ b/static/install @@ -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 - } } } }