mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
S24
This commit is contained in:
@@ -57,8 +57,7 @@ void UWorld::Listen()
|
||||
return;
|
||||
}
|
||||
|
||||
static auto NetDriverNameOffset = NewNetDriver->GetOffset("NetDriverName");
|
||||
NewNetDriver->Get<FName>(NetDriverNameOffset) = GameNetDriverName;
|
||||
NewNetDriver->GetNetDriverName() = GameNetDriverName;
|
||||
|
||||
static auto World_NetDriverOffset = GetWorld()->GetOffset("NetDriver");
|
||||
GetWorld()->Get(World_NetDriverOffset) = NewNetDriver;
|
||||
|
||||
Reference in New Issue
Block a user