You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MLAPI/Data/NetworkConfig.cs
+7-24Lines changed: 7 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,10 @@ public class NetworkConfig
39
39
/// <summary>
40
40
/// Registered MessageTypes
41
41
/// </summary>
42
-
publicList<string>MessageTypes=newList<string>();
43
-
/// <summary>
44
-
/// List of MessageTypes that can be passed through by Server. MessageTypes in this list should thus not be trusted to as great of an extent as normal messages.
Debug.LogWarning("MLAPI: Invalid Passthrough send. Ensure AllowPassthroughMessages are turned on and that the MessageType "+messageType+" is registered as a passthroughMessageType");
Debug.LogWarning("MLAPI: Invalid Passthrough send. Ensure AllowPassthroughMessages are turned on and that the MessageType "+messageType+" is registered as a passthroughMessageType");
Debug.LogWarning("MLAPI: Invalid Passthrough send. Ensure AllowPassthroughMessages are turned on and that the MessageType "+messageType+" is registered as a passthroughMessageType");
Debug.LogWarning("MLAPI: Invalid Passthrough send. Ensure AllowPassthroughMessages are turned on and that the MessageType "+messageType+" is registered as a passthroughMessageType");
0 commit comments