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