This commit is contained in:
Andreas Maerten
2023-11-05 17:06:26 +01:00
committed by GitHub
parent 864e15a0bc
commit 4c6af00687

View File

@ -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;