From ebeef460dfed540d579178f627a00f01141835bf Mon Sep 17 00:00:00 2001 From: Yimura <24669514+Yimura@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:27:50 +0100 Subject: [PATCH] partial revert of #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 b81d43d8..fbd51738 100644 --- a/src/hooks/protections/can_apply_data.cpp +++ b/src/hooks/protections/can_apply_data.cpp @@ -1558,11 +1558,12 @@ namespace big } } // 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; - // } + if (!NETWORK::NETWORK_IS_ACTIVITY_SESSION()) //If we're in Freemode. + { + // let's not get legit players with legit syncs targetted by trigger happy users + // notify::crash_blocked(sender, "submarine car freemode"); + return true; + } } break;