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;