Skip to content

Commit 71e20ee

Browse files
committed
fix: Default NetworkedVar channel changed to the RPC channel
1 parent 6788f5f commit 71e20ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/NetworkedVar/NetworkedVarSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class NetworkedVarSettings
3636
/// The name of the channel to use for this variable.
3737
/// Variables with different channels will be split into different packets
3838
/// </summary>
39-
public string SendChannel = "MLAPI_INTERNAL";
39+
public string SendChannel = "MLAPI_DEFAULT_MESSAGE";
4040

4141
/// <summary>
4242
/// Constructs a new NetworkedVarSettings instance

0 commit comments

Comments
 (0)