Revert "Remove more who took without proper credit"

This reverts commit 785622321e.

Thanks to @Citra-Standalone for taking steps to properly acknowledge and license their derived works
This commit is contained in:
osm0sis
2024-10-20 14:01:41 -03:00
parent 785622321e
commit 240a52b558

View File

@@ -3,7 +3,7 @@ if [ -d /data/adb/modules/safetynet-fix ]; then
touch /data/adb/modules/safetynet-fix/remove
ui_print "! Universal SafetyNet Fix (USNF) module will be removed on next reboot"
fi
for BADMOD in playcurl playcurlNEXT citradvance tsupport; do
for BADMOD in playcurl playcurlNEXT; do
if [ -d /data/adb/modules/$BADMOD ]; then
touch /data/adb/modules/$BADMOD/remove
ui_print "! $BADMOD module will be removed on next reboot"