diff --git a/ReallifeGamemode.Server/Scripts/moveItems.ps1 b/ReallifeGamemode.Server/Scripts/moveItems.ps1 index 4f769adf..78f828b2 100644 --- a/ReallifeGamemode.Server/Scripts/moveItems.ps1 +++ b/ReallifeGamemode.Server/Scripts/moveItems.ps1 @@ -26,7 +26,7 @@ if(!(Test-Path $outputPath)) # Wenn NEIN => erstellen if(!(Test-Path $resourcePath)) { - Write-Host "Creating 'copsandrobbers' resources directory" + Write-Host "Creating 'reallife-gamemode' resources directory" New-Item -ItemType Directory -Path $resourcePath | Out-Null } @@ -35,4 +35,4 @@ Copy-Item "$outputPath\$outFile" "$resourcePath\" -Force Copy-Item "$outputPath\meta.xml" "$resourcePath\" -Force # Abhaengige DLLs in runtime Ordner verschieben -Copy-Item "$outputPath\*.dll" "$runtimePath\" -Exclude "CopsAndRobbers.Server.dll" \ No newline at end of file +Copy-Item "$outputPath\*.dll" "$runtimePath\" -Exclude "ReallifeGamemode.Server.dll" \ No newline at end of file