From 24794c86702bef56a33a97f539e1d8bd8d35a8cd Mon Sep 17 00:00:00 2001 From: KDot227 Date: Mon, 18 Mar 2024 10:14:57 -0500 Subject: [PATCH] Commented out code that is not needed for now --- src/util/methods/anti_methods/anti_changes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)