diff --git a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs index 0663d0bc2b..e750a425de 100644 --- a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs +++ b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs @@ -195,7 +195,7 @@ internal void InvokeOnIncomingCustomMessage(ulong clientId, Stream stream) /// The message stream containing the data /// The channel to send the data on /// The security settings to apply to the message - public void SendCustomMessage(List clientIds, BitStream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None) + public void SendCustomMessage(List clientIds, BitStream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None) { if (!IsServer) {