We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f359977 commit b86eb3dCopy full SHA for b86eb3d
2 files changed
http_listener.ps1
@@ -20,7 +20,7 @@ Write-Host 'Keep this window open so that it can detect map change.'
20
Write-Host 'SoF should open automatically now.'
21
22
# Launch SoF - PassThru required to kill later.
23
-$gameProcess = Start-Process -PassThru -FilePath 'SoF.exe' -ArgumentList $arguments
+$gameProcess = Start-Process -PassThru -FilePath './SoF.exe' -ArgumentList $arguments
24
25
While ($true) {
26
If (Test-Path $AFile) {
user/sofplus/addons/http2.func
@@ -19,7 +19,7 @@ function http2_init()
19
function http2_init_print()
{
- echo "[HTTP] Version v2.0 Loaded"
+ echo "[HTTP] Version v2.1 Loaded"
}
//2 -> 4 -> 7 -> 8
0 commit comments