Skip to content

Commit

Permalink
Merge pull request Veil-Framework#100 from Veil-Framework/fixcs64
Browse files Browse the repository at this point in the history
Fixed bug for CS badmacs check
  • Loading branch information
ChrisTruncer authored Aug 4, 2017
2 parents 780e9e5 + b3c2902 commit de9acdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Tools/Evasion/evasion_common/gamemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ def senecas_games(evasion_payload):

# Add a tab for this check
num_tabs_required += 1
if evasion_payload.required_options["BADMACS"][0].lower() != 'x':
pass

#if evasion_payload.required_options["BADMACS"][0].lower() != 'x':
# pass

if evasion_payload.required_options["DOMAIN"][0].lower() != "x":

Expand Down
2 changes: 1 addition & 1 deletion lib/common/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
sys.exit(1)

# Current version of Veil
veil_version = "3.1.2"
veil_version = "3.1.3"


def title_screen():
Expand Down

0 comments on commit de9acdc

Please sign in to comment.