This commit is contained in:
2025-01-16 16:06:43 +03:00
parent 1fdce8dbaa
commit 6f6d415a65

View File

@@ -1,4 +1,4 @@
# wDayzManager v0.8 # wDayzManager v0.9
# Copyright (c) 2024 Vladislav Salikov aka W0LF aka 'dreamforce' # Copyright (c) 2024 Vladislav Salikov aka W0LF aka 'dreamforce'
# https://github.com/dreamforceinc # https://github.com/dreamforceinc
# Required module: PSIni # Required module: PSIni
@@ -22,7 +22,7 @@ Param (
################################################################ [ !!! DON'T EDIT BELOW !!! ] ################################################################# ################################################################ [ !!! DON'T EDIT BELOW !!! ] #################################################################
[string]$myName = "wDayzManager" [string]$myName = "wDayzManager"
[string]$myVersion = "v0.8" [string]$myVersion = "v0.9"
[string]$iniFile = $myName + ".ini" [string]$iniFile = $myName + ".ini"
[string]$steamScript = $myName + ".txt" [string]$steamScript = $myName + ".txt"
$Error.Clear() $Error.Clear()
@@ -375,7 +375,7 @@ foreach ($srv in $servers) {
Add-Content -Path "$($serverProfile)\BattlEye\BEServer_x64.cfg" -Value $content -Encoding ASCII Add-Content -Path "$($serverProfile)\BattlEye\BEServer_x64.cfg" -Value $content -Encoding ASCII
$content = $null $content = $null
} }
EXIT
$bec = "`"$($becLocation)\bec.exe`"" $bec = "`"$($becLocation)\bec.exe`""
$becArguments = "-f `"$($instance).cfg`" --dsc" $becArguments = "-f `"$($instance).cfg`" --dsc"
} }