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 db9b96f commit 2b8d5a1Copy full SHA for 2b8d5a1
MLAPI/Data/NetworkedVarMeta.cs
@@ -87,7 +87,7 @@ public class NetworkedVarSettings
87
/// The maximum times per second this var will be synced.
88
/// Less than or equal to 0 will cause the variable to sync as soon as possible after being changed.
89
/// </summary>
90
- public float SendTickrate = NetworkingManager.singleton.NetworkConfig.SendTickrate;
+ public float SendTickrate = 0;
91
/// <summary>
92
/// The name of the channel to use for this variable.
93
/// Variables with different channels will be split into different packets
0 commit comments