Don't sync invisible vehicles
This commit is contained in:
parent
89410b8b46
commit
edca1e2b98
@ -518,6 +518,7 @@ namespace RageCoop.Client
|
||||
// Outgoing sync
|
||||
if (v.IsLocal)
|
||||
{
|
||||
if (!v.MainVehicle.IsVisible) { continue; }
|
||||
SyncEvents.Check(v);
|
||||
|
||||
Networking.SendVehicle(v);
|
||||
|
Loading…
x
Reference in New Issue
Block a user