Skip to content

Commit 2b8d5a1

Browse files
committed
Fixed default SendTickrate
1 parent db9b96f commit 2b8d5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Data/NetworkedVarMeta.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class NetworkedVarSettings
8787
/// The maximum times per second this var will be synced.
8888
/// Less than or equal to 0 will cause the variable to sync as soon as possible after being changed.
8989
/// </summary>
90-
public float SendTickrate = NetworkingManager.singleton.NetworkConfig.SendTickrate;
90+
public float SendTickrate = 0;
9191
/// <summary>
9292
/// The name of the channel to use for this variable.
9393
/// Variables with different channels will be split into different packets

0 commit comments

Comments
 (0)