mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix practically every version since i broke it last commit
This commit is contained in:
@@ -9,7 +9,7 @@ void UNetDriver::TickFlushHook(UNetDriver* NetDriver)
|
||||
{
|
||||
static auto ReplicationDriverOffset = NetDriver->GetOffset("ReplicationDriver", false);
|
||||
|
||||
if (ReplicationDriverOffset == 0)
|
||||
if (ReplicationDriverOffset == -1)
|
||||
{
|
||||
NetDriver->ServerReplicateActors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user