From 89acc135fe59c341ba1d7f97d76d80f624996454 Mon Sep 17 00:00:00 2001 From: iTracerFacer <134304944+iTracerFacer@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:14:48 -0500 Subject: [PATCH] Fixed last -whatif.. right? ;) --- Patch-MooseMissions/Patch-MyMooseMissions.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patch-MooseMissions/Patch-MyMooseMissions.ps1 b/Patch-MooseMissions/Patch-MyMooseMissions.ps1 index 239c2e6..e3b84e3 100644 --- a/Patch-MooseMissions/Patch-MyMooseMissions.ps1 +++ b/Patch-MooseMissions/Patch-MyMooseMissions.ps1 @@ -105,7 +105,7 @@ if (-not $runInWhatIfMode) { # Create a single backup of existing Moose_.lua if it exists and backup doesn't exist yet if ((Test-Path $MooseLuaPath) -and -not (Test-Path $backupPath)) { Write-Host " Creating backup: $backupPath" -ForegroundColor Gray - Copy-Item $MooseLuaPath $backupPath -Force + Copy-Item $MooseLuaPath $backupPath -Force -WhatIf:$false } # Download the file