mirror of
https://github.com/SpotX-Official/SpotX-Bash.git
synced 2026-04-11 17:37:20 +10:00
Fix typo
This commit is contained in:
2
spotx.sh
2
spotx.sh
@@ -641,7 +641,7 @@ run_core_start() {
|
||||
xpui_detect
|
||||
[[ "${xpuiSkip}" ]] && { printf "\xE2\x9C\x94\x20\x46\x69\x6E\x69\x73\x68\x65\x64\n\n"; exit 1; }
|
||||
xpui_open
|
||||
(($(ver "${clientVer}") > $(ver "1.2.56.9999") && vendorXpuiJs="${xpuiJs}"
|
||||
(($(ver "${clientVer}") > $(ver "1.2.56.9999"))) && vendorXpuiJs="${xpuiJs}"
|
||||
}
|
||||
|
||||
run_patches() {
|
||||
|
||||
Reference in New Issue
Block a user