You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user