@@ -276,7 +276,7 @@ public static void NetworkShow(List<NetworkedObject> networkedObjects, ulong cli
276
276
SpawnManager . WriteSpawnCallForObject ( stream , clientId , networkedObjects [ i ] , payload ) ;
277
277
}
278
278
279
- InternalMessageSender . Send ( MLAPIConstants . MLAPI_ADD_OBJECTS , "MLAPI_INTERNAL" , stream , SecuritySendFlags . None , null ) ;
279
+ InternalMessageSender . Send ( clientId , MLAPIConstants . MLAPI_ADD_OBJECTS , "MLAPI_INTERNAL" , stream , SecuritySendFlags . None , null ) ;
280
280
}
281
281
}
282
282
@@ -316,7 +316,7 @@ public void NetworkHide(ulong clientId)
316
316
{
317
317
writer . WriteUInt64Packed ( NetworkId ) ;
318
318
319
- InternalMessageSender . Send ( MLAPIConstants . MLAPI_DESTROY_OBJECT , "MLAPI_INTERNAL" , stream , SecuritySendFlags . None , null ) ;
319
+ InternalMessageSender . Send ( clientId , MLAPIConstants . MLAPI_DESTROY_OBJECT , "MLAPI_INTERNAL" , stream , SecuritySendFlags . None , null ) ;
320
320
}
321
321
}
322
322
}
@@ -368,7 +368,7 @@ public static void NetworkHide(List<NetworkedObject> networkedObjects, ulong cli
368
368
}
369
369
}
370
370
371
- InternalMessageSender . Send ( MLAPIConstants . MLAPI_DESTROY_OBJECTS , "MLAPI_INTERNAL" , stream , SecuritySendFlags . None , null ) ;
371
+ InternalMessageSender . Send ( clientId , MLAPIConstants . MLAPI_DESTROY_OBJECTS , "MLAPI_INTERNAL" , stream , SecuritySendFlags . None , null ) ;
372
372
}
373
373
}
374
374
0 commit comments