diff --git a/code/components/extra-natives-five/src/PatchNetworkChecks.cpp b/code/components/extra-natives-five/src/PatchNetworkChecks.cpp index fc80ed9cd2..318ede3545 100644 --- a/code/components/extra-natives-five/src/PatchNetworkChecks.cpp +++ b/code/components/extra-natives-five/src/PatchNetworkChecks.cpp @@ -62,6 +62,7 @@ static HookFunction hookFunction([]() OnKillNetworkDone.Connect([]() { + se::ScopedPrincipal principalScopeInternal(se::Principal{ "system.internal" }); enableFlyThroughWindscreen.GetHelper()->SetValue("false"); enablePlayerRagdollOnCollision.GetHelper()->SetValue("false"); enablePlayerJumpRagdollControl.GetHelper()->SetValue("false");