diff --git a/src/util/methods/anti_methods/anti_changes.py b/src/util/methods/anti_methods/anti_changes.py index c56f712..1f0be0a 100644 --- a/src/util/methods/anti_methods/anti_changes.py +++ b/src/util/methods/anti_methods/anti_changes.py @@ -69,8 +69,8 @@ def tests(): if Settings.require_wifi: choices.append(AntiChanges.anti_wifi) - if Settings.utf_16_bom: - choices.append(AntiChanges.byte_check) + # if Settings.utf_16_bom: + # choices.append(AntiChanges.byte_check) # return the name of the function used too choice = random.choice(choices)