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 4b9ddc5 commit d7be24dCopy full SHA for d7be24d
src/client/impl/ModelBase.cs
@@ -79,7 +79,7 @@ public abstract class ModelBase : IFullModel
79
80
///<summary>Deprecated. When 0.9.1 is signed off, tickets can be removed
81
///from the codec and this field can be deleted.</summary>
82
- public ushort TICKET = 1;
+ public ushort TICKET = 0;
83
84
public event ModelShutdownEventHandler ModelShutdown
85
{
0 commit comments