diff --git a/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj b/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj
index 7da8ad89..d106cecb 100644
--- a/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj
+++ b/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj
@@ -34,9 +34,5 @@
..\..\rage-sharp.dll
-
-
-
-
diff --git a/ReallifeGamemode.Client/Scripts/moveItems.ps1 b/ReallifeGamemode.Client/Scripts/moveItems.ps1
deleted file mode 100644
index 01e73ad0..00000000
--- a/ReallifeGamemode.Client/Scripts/moveItems.ps1
+++ /dev/null
@@ -1,22 +0,0 @@
-#$rootPath = "$PSScriptRoot\.."
-
-#$assetPath = "$rootPath\assets"
-#$csPackagesPath = "$rootPath\cs_packages"
-#$dlcPacksPath = "$rootPath\dlcpacks"
-
-#$clientResourcesPath = "$rootPath\..\..\client_packages"
-#$sourceDlcPacksPath = "$rootPath\..\..\source_dlcpacks"
-
-#Remove-Item -Path "$clientResourcesPath\*" -Recurse -Force
-
-#$exclude = @('*.ts', 'package.json', 'package-lock.json', 'tsconfig.json', '*.csproj', 'Scripts', 'node_modules', 'bin', 'obj', 'dlcpacks')
-
-#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