We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788f5f commit 71e20eeCopy full SHA for 71e20ee
MLAPI/NetworkedVar/NetworkedVarSettings.cs
@@ -36,7 +36,7 @@ public class NetworkedVarSettings
36
/// The name of the channel to use for this variable.
37
/// Variables with different channels will be split into different packets
38
/// </summary>
39
- public string SendChannel = "MLAPI_INTERNAL";
+ public string SendChannel = "MLAPI_DEFAULT_MESSAGE";
40
41
/// <summary>
42
/// Constructs a new NetworkedVarSettings instance
0 commit comments