From 4c6af0068790369b1a7500ae87fb54a6a8dcb74b Mon Sep 17 00:00:00 2001 From: Andreas Maerten <24669514+Yimura@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:06:26 +0100 Subject: [PATCH] revert #2380 (#2386) --- src/hooks/protections/can_apply_data.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/hooks/protections/can_apply_data.cpp b/src/hooks/protections/can_apply_data.cpp index 6ec432e9..b81d43d8 100644 --- a/src/hooks/protections/can_apply_data.cpp +++ b/src/hooks/protections/can_apply_data.cpp @@ -1557,11 +1557,12 @@ namespace big } } } - if (!NETWORK::NETWORK_IS_ACTIVITY_SESSION()) //If we're in Freemode. - { - notify::crash_blocked(sender, "submarine car freemode"); - return true; - } + // 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; + // } } break;