This commit is contained in:
Andreas Maerten 2023-11-05 17:06:26 +01:00 committed by GitHub
parent 864e15a0bc
commit 4c6af00687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1557,11 +1557,12 @@ namespace big
} }
} }
} }
if (!NETWORK::NETWORK_IS_ACTIVITY_SESSION()) //If we're in Freemode. // blocks too many legit syncs
{ // if (!NETWORK::NETWORK_IS_ACTIVITY_SESSION()) //If we're in Freemode.
notify::crash_blocked(sender, "submarine car freemode"); // {
return true; // notify::crash_blocked(sender, "submarine car freemode");
} // return true;
// }
} }
break; break;