mirror of
https://github.com/modmii/modmii.github.io.git
synced 2025-01-13 16:59:06 +01:00
6.2.6 Changelog:
Fixed bugs introduced in 6.2.5 where Abstinence Wizard did not download an exploit and Casper.
This commit is contained in:
parent
a48e820d21
commit
0260002aaf
@ -9,7 +9,7 @@ if not exist support cd..
|
|||||||
::::PUSHD "%~dp0"
|
::::PUSHD "%~dp0"
|
||||||
::POPD
|
::POPD
|
||||||
|
|
||||||
set currentversion=6.2.5
|
set currentversion=6.2.6
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
@ -15301,6 +15301,9 @@ if /i "%AbstinenceWiz%" NEQ "Y" goto:NotAbstinenceLogic
|
|||||||
|
|
||||||
set casper=*
|
set casper=*
|
||||||
|
|
||||||
|
if /i "%SNKFLOW%" EQU "Y" set FLOW=*
|
||||||
|
if /i "%SNKPLC%" EQU "Y" set PL=*
|
||||||
|
|
||||||
if /i "%FIRMSTART%" EQU "4.1" set BB1=*
|
if /i "%FIRMSTART%" EQU "4.1" set BB1=*
|
||||||
if /i "%FIRMSTART%" EQU "4.0" set BB1=*
|
if /i "%FIRMSTART%" EQU "4.0" set BB1=*
|
||||||
if /i "%FIRMSTART%" EQU "3.2" set BB1=*
|
if /i "%FIRMSTART%" EQU "3.2" set BB1=*
|
||||||
@ -22698,7 +22701,7 @@ if /i "%SNKcBC%" EQU "DML" (set DML=*) & (set mmm=*)
|
|||||||
if /i "%SNKFLOW%" EQU "Y" set FLOW=*
|
if /i "%SNKFLOW%" EQU "Y" set FLOW=*
|
||||||
if /i "%SNKPLC%" EQU "Y" set PL=*
|
if /i "%SNKPLC%" EQU "Y" set PL=*
|
||||||
|
|
||||||
if /i "%AbstinenceWiz%" EQU "Y" (set nSwitch=) & (set mmm=)
|
if /i "%AbstinenceWiz%" EQU "Y" (set nSwitch=) & (set mmm=) & (goto:Download)
|
||||||
|
|
||||||
:tinyskip
|
:tinyskip
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Exit
|
|||||||
|
|
||||||
::----------------------------------------------------------
|
::----------------------------------------------------------
|
||||||
|
|
||||||
set currentversion=6.2.5
|
set currentversion=6.2.6
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user