mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-17 21:00:04 +10:00
forcedExp patch fix
- forcedExp patch fix / backward compatibility - minor edits to exp versions for older versions
This commit is contained in:
@@ -1249,9 +1249,9 @@ function Helper($paramname) {
|
||||
else { $disableTextVariable = "['" + ($disableNames -join "','") + "']" }
|
||||
|
||||
$replacements = @(
|
||||
@("EnableExp=[]", "EnableExp=$enableTextVariable"),
|
||||
@("DisableExp=[]", "DisableExp=$disableTextVariable"),
|
||||
@("CustomExp=[]", "CustomExp=$customTextVariable")
|
||||
@("enable:[]", "enable:$enableTextVariable"),
|
||||
@("disable:[]", "disable:$disableTextVariable"),
|
||||
@("custom:[]", "custom:$customTextVariable")
|
||||
)
|
||||
|
||||
foreach ($replacement in $replacements) {
|
||||
|
||||
Reference in New Issue
Block a user