diff --git a/ReallifeGamemode.Client/Scripts/moveItems.ps1 b/ReallifeGamemode.Client/Scripts/moveItems.ps1 index 6de3ea47..d858b95d 100644 --- a/ReallifeGamemode.Client/Scripts/moveItems.ps1 +++ b/ReallifeGamemode.Client/Scripts/moveItems.ps1 @@ -16,5 +16,7 @@ if(!(Test-Path $sourceDlcPacksPath)) New-Item -Type Directory $sourceDlcPacksPath } +Remove-Item -Path "$sourceDlcPacksPath\*" -Recurse -Force + Copy-Item "$rootPath\*" $clientResourcesPath -Recurse -Exclude $exclude Copy-Item "$dlcPacksPath\*" $sourceDlcPacksPath -Recurse -Force \ No newline at end of file