Skip to content

Commit

Permalink
Merge pull request #35 from ReSo7200/master
Browse files Browse the repository at this point in the history
2.5 Hotfix
  • Loading branch information
xHookman authored Jan 20, 2024
2 parents 3db3321 + 79bb97f commit eba842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/chacha/igexperiments/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ public void handleLoadPackage(final XC_LoadPackage.LoadPackageParam lpparam) {
try {
String type = initPreferences();
initElemToHook();
success = true;
// if not normal means Hecker mode is being used!
if (!type.equals("Normal")) {
success = true;
// DEV PURPOSES
//showToast("HECKER MODE");
//showToast("(IGExperiments) Hooking class: " + classToHook);
Expand Down

0 comments on commit eba842c

Please sign in to comment.