fix nmt swpa

This commit is contained in:
Gray
2025-07-19 17:34:55 -04:00
parent 82da56da66
commit 9a69c9d5c6
6 changed files with 12 additions and 9 deletions

View File

@@ -837,8 +837,8 @@ int32 UNetDriver::ServerReplicateActors()
if (!Channel)
{
if (!Offsets::IsNetRelevantFor
&& Actor->IsA(APlayerController::StaticClass()) && Actor != Connection->GetPlayerController()) // isnetrelevantfor should handle this iirc
if (// !Offsets::IsNetRelevantFor &&
Actor->IsA(APlayerController::StaticClass()) && Actor != Connection->GetPlayerController()) // isnetrelevantfor should handle this iirc
continue;
if (bLevelInitializedForActor)